side nav bar for admin dashboard

This commit is contained in:
2020-04-03 20:10:54 -05:00
parent 48c5dc4db7
commit abb7e43033

View File

@@ -3,7 +3,19 @@
width: 100%;
}
#sidebar {
.sidebar {
width: 100px;
position: fixed;
top: 0;
left: 0;
height: 100vh;
z-index: 999;
background: #7386D5;
color: #fff;
transition: all 0.3s;
}
.sidebar-sticky {
width: 100px;
position: fixed;
top: 0;