Fixes navbar to top

Fixes footer buttons for cards
This commit is contained in:
GloriousCode
2017-11-20 17:50:07 +11:00
parent 6d2aa311c8
commit a073d5c439
5 changed files with 34 additions and 30 deletions

View File

@@ -10,16 +10,19 @@
min-width: 86%;
margin: 10px auto;
overflow-x: hidden;
margin-top:4rem;
}
.sidebar {
width: 14%;
position: fixed;
margin-top: 64px;
margin-top: 4rem;
}
.navbar {
position: fixed;
width: 100%;
z-index: 2;
}
.dashboard-highlight {