mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-30 20:23:14 +08:00
Merge pull request #2939 from aignatov-bio/ai-sci-5122-fix-navigation-on-small-screens
Fix navigation on small screens [SCI-5122]
This commit is contained in:
commit
1cfb205df7
1 changed files with 10 additions and 0 deletions
10
app/assets/stylesheets/shared/mobile.scss
Normal file
10
app/assets/stylesheets/shared/mobile.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
// scss-lint:disable ImportantRule
|
||||
|
||||
@media (max-height: 650px) {
|
||||
.menu-bar {
|
||||
.nav-bottom {
|
||||
bottom: unset !important;
|
||||
position: relative !important;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue