mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:29:18 +08:00
9 lines
102 B
SCSS
9 lines
102 B
SCSS
|
.docked #hamburger-menu {
|
||
|
position: fixed;
|
||
|
}
|
||
|
|
||
|
#hamburger-menu {
|
||
|
position: absolute;
|
||
|
top: 63px
|
||
|
}
|