discourse/app/assets/stylesheets/desktop/hamburger.scss

9 lines
102 B
SCSS
Raw Normal View History

.docked #hamburger-menu {
position: fixed;
}
#hamburger-menu {
position: absolute;
top: 63px
}