[CSS][Left] Vertical scroll on left menu when it doesn't fit the screen

This commit is contained in:
Diogo Peralta Cordeiro 2021-04-30 23:43:34 +01:00 committed by Hugo Sales
parent 7a2f5e352b
commit 612c809469
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@
/* left navigation */
.navbar .left-nav {
flex: 1;
overflow-y: auto;
}
.navbar .left-nav > a {
display: block;

View File

@ -17,6 +17,7 @@
/* left navigation */
.navbar .left-nav {
flex: 1;
overflow-y: auto;
}
.navbar .left-nav > a {
display: block;

View File

@ -17,6 +17,7 @@
/* left navigation */
.navbar .left-nav {
flex: 1;
overflow-y: auto;
}
.navbar .left-nav > a {
display: block;