[SiteGen] Use max-height in containers instead of height

This commit is contained in:
Ducko 2021-07-02 19:56:15 +01:00 committed by Alyxia Sother
parent 55578d0773
commit 2cac769291
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
padding: 22px;
width: calc(100vw - 185px);
height: 100vh;
max-height: 100vh;
overflow-y: auto;