[design] improve modal overflow

This commit is contained in:
zombieFox 2019-03-16 20:51:55 +00:00
parent e1eb5f91a5
commit f96f3552ea
1 changed files with 1 additions and 1 deletions

View File

@ -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;