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:
parent
09c5ba0d06
commit
7aefb5e969
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ h1 {
|
|||
padding: 10px;
|
||||
background: #fff;
|
||||
height: calc(100% - 56px);
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue