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:
Miha Mencin 2020-11-11 10:22:12 +01:00 committed by GitHub
commit 1cfb205df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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