Added scrollbar if list too long
This commit is contained in:
parent
1fced5766d
commit
cafa9d0493
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue