mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-04 12:51:41 -05:00
9 lines
102 B
SCSS
9 lines
102 B
SCSS
|
.docked #hamburger-menu {
|
||
|
position: fixed;
|
||
|
}
|
||
|
|
||
|
#hamburger-menu {
|
||
|
position: absolute;
|
||
|
top: 63px
|
||
|
}
|