[SiteGen] Always show scrollbar in container

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

View File

@ -93,7 +93,7 @@
width: calc(100vw - 185px);
max-height: 100vh;
overflow-y: auto;
overflow-y: scroll;
display: inline-flex;
flex-flow: row wrap;