mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-07-11 11:35:20 +02:00
[design] improve modal overflow
This commit is contained in:
@ -41,7 +41,7 @@
|
|||||||
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: scroll;
|
overflow: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Reference in New Issue
Block a user