Make the drawer scrollable
This commit is contained in:
parent
94888f70be
commit
0a31d61ccc
1 changed files with 8 additions and 0 deletions
|
|
@ -107,6 +107,14 @@ h3 {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
nav {
|
||||
position: fixed;
|
||||
top: 45px;
|
||||
bottom: 0px;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 25px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue