Added elevation to top toolbar and made it "sticky". That means when users scroll, the toolbar will scroll with

This commit is contained in:
Isaac Grynsztein
2020-03-25 17:05:50 -04:00
parent 25b5b28df8
commit a35d85d7df
2 changed files with 12 additions and 4 deletions

View File

@@ -16,4 +16,12 @@
top: 2px;
left: 10px;
position: relative;
}
.sidenav-container {
z-index: -1 !important;
}
.top-toolbar {
height: 64px;
}