mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-23 00:23:28 +01:00
[design] improve modal header text overflow
This commit is contained in:
parent
2e6ca3ee62
commit
b6700fd250
@ -41,13 +41,15 @@
|
||||
border-radius: var(--radius) var(--radius) 0 0;
|
||||
padding: 2em;
|
||||
max-height: calc(90vh - 3.6666666667em);
|
||||
overflow: auto;
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.modal-heading {}
|
||||
.modal-heading {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.modal-heading:focus {
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user