1
0
mirror of https://github.com/zombieFox/nightTab.git synced 2025-08-25 20:45:30 +02:00

[design] improve modal overflow

This commit is contained in:
zombieFox
2019-03-16 20:51:55 +00:00
parent e1eb5f91a5
commit f96f3552ea

@@ -41,7 +41,7 @@
border-radius: var(--radius) var(--radius) 0 0;
padding: 2em;
max-height: calc(90vh - 3.6666666667em);
overflow: scroll;
overflow: auto;
box-sizing: border-box;
z-index: 1;
position: relative;