discourse/app/assets/stylesheets/desktop/menu-panel.scss

13 lines
192 B
SCSS
Raw Normal View History

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