[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
parent 6910620d59
commit 0086d8dec4
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;