scinote-web/app/assets/stylesheets/shared/mobile.scss

11 lines
178 B
SCSS
Raw Normal View History

2020-11-05 22:20:34 +08:00
// scss-lint:disable ImportantRule
@media (max-height: 650px) {
.menu-bar {
.nav-bottom {
bottom: unset !important;
position: relative !important;
}
}
}