[design] improve modal overflow
This commit is contained in:
parent
e1eb5f91a5
commit
f96f3552ea
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue