13 lines
192 B
SCSS
Raw Normal View History

.docked #hamburger-menu {
position: fixed;
}
#hamburger-menu {
position: absolute;
2015-08-26 13:55:42 +10:00
top: 63px;
// compensate on the other end for this top
.hamburger-body {
bottom: 100px;
}
}