mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-04 04:42:02 -05:00
6c08bd4265
- dock underneath header - click anywhere to get it to go away
8 lines
102 B
SCSS
8 lines
102 B
SCSS
.docked #hamburger-menu {
|
|
position: fixed;
|
|
}
|
|
|
|
#hamburger-menu {
|
|
position: absolute;
|
|
top: 63px
|
|
}
|