1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

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

View file

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