mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:29:18 +08:00
13 lines
192 B
SCSS
13 lines
192 B
SCSS
.docked #hamburger-menu {
|
|
position: fixed;
|
|
}
|
|
|
|
#hamburger-menu {
|
|
position: absolute;
|
|
top: 63px;
|
|
// compensate on the other end for this top
|
|
.hamburger-body {
|
|
bottom: 100px;
|
|
}
|
|
}
|