Skip to content
Snippets Groups Projects

Repository

Merged Gervaise Henry requested to merge repository into develop
Viewing commit 5d9bd677
Show latest version
1 file
+ 2
0
Preferences
File browser
Compare changes
/* the sidebar menu */
/* the sidebar menu */
.sidenav {
.sidenav {
 
width: 130px;
position: fixed; /* stay in place on scroll */
position: fixed; /* stay in place on scroll */
z-index: 1; /* stau on top*/
z-index: 1; /* stau on top*/
top : 0; /* stay on top*/
top : 0; /* stay on top*/
left: 0; /* on left side of screen */
left: 0; /* on left side of screen */
 
background: #eee;
padding-top: 20px;
padding-top: 20px;
}
}