scinote-web/app/assets/stylesheets/shared/mobile.scss
2020-11-05 15:20:34 +01:00

11 lines
178 B
SCSS

// scss-lint:disable ImportantRule
@media (max-height: 650px) {
.menu-bar {
.nav-bottom {
bottom: unset !important;
position: relative !important;
}
}
}