mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
12 lines
192 B
SCSS
12 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;
|
|
}
|
|
}
|