mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-23 08:33:38 +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;
|
border-radius: var(--radius) var(--radius) 0 0;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
max-height: calc(90vh - 3.6666666667em);
|
max-height: calc(90vh - 3.6666666667em);
|
||||||
overflow: auto;
|
overflow-y: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-heading {}
|
.modal-heading {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-heading:focus {
|
.modal-heading:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user