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