Added scrollbar if list too long

This commit is contained in:
nobody42 2020-03-26 10:25:45 +01:00
parent 1fced5766d
commit cafa9d0493
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ body {
font-family: 'Noto Sans', Arial, sans-serif !important;
font-size: 75%;
margin: 0 auto;
overflow: hidden;
overflow-y: auto;
overflow-x: hidden;
padding: 0;
max-width: 348px;
}