forked from rebillar/site-accueil-insa
Fixed sidenav scroll not working
This commit is contained in:
parent
10f6a3b88a
commit
6a26644495
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
.sidenav {
|
||||
height: 100%;
|
||||
overflow-y: hidden;
|
||||
width: 300px;
|
||||
transform: translateX(-270px); /* change margin with JavaScript */
|
||||
position: fixed; /* Stay in place */
|
||||
|
@ -15,6 +16,7 @@
|
|||
|
||||
.sidenav.sidenav-open {
|
||||
transform: translateX(0);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue