1
Fork 0

Change the overflow to auto instead of scroll.

This commit is contained in:
Bauke 2022-01-17 13:38:35 +01:00
parent 71331a6ee0
commit 421c64cd49
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
list-style: none; list-style: none;
margin: 0; margin: 0;
max-height: 50vh; max-height: 50vh;
overflow-y: scroll; overflow-y: auto;
padding: 0; padding: 0;
} }