mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[SiteGen] Use max-height in containers instead of height
This commit is contained in:
parent
55578d0773
commit
2cac769291
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
padding: 22px;
|
||||
|
||||
width: calc(100vw - 185px);
|
||||
height: 100vh;
|
||||
max-height: 100vh;
|
||||
|
||||
overflow-y: auto;
|
||||
|
||||
|
|
Loading…
Reference in a new issue