1
Fork 0

Remove scrollbar in side menu

This commit is contained in:
Mathieu 2021-09-17 19:42:34 +02:00 committed by Juliusz Chroboczek
parent 09c5ba0d06
commit 7aefb5e969
1 changed files with 1 additions and 1 deletions

View File

@ -992,7 +992,7 @@ h1 {
padding: 10px;
background: #fff;
height: calc(100% - 56px);
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
}