mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
11 lines
178 B
SCSS
11 lines
178 B
SCSS
|
// scss-lint:disable ImportantRule
|
||
|
|
||
|
@media (max-height: 650px) {
|
||
|
.menu-bar {
|
||
|
.nav-bottom {
|
||
|
bottom: unset !important;
|
||
|
position: relative !important;
|
||
|
}
|
||
|
}
|
||
|
}
|