fixed side nav

This commit is contained in:
gingervitis
2020-11-28 17:59:09 -08:00
parent b4b140b609
commit 3cd552cba8
4 changed files with 24 additions and 6833 deletions

View File

@@ -39,6 +39,17 @@
padding-right: 1rem;
}
.sideNav {
position: fixed;
height: 100vh;
overflow: auto;
z-index: 10;
}
.layoutMain {
margin-left: 240px;
}
.statusIndicatorContainer {
display: flex;
flex-direction: row;