diff --git a/app/assets/stylesheets/shared/mobile.scss b/app/assets/stylesheets/shared/mobile.scss new file mode 100644 index 000000000..6ea64fff7 --- /dev/null +++ b/app/assets/stylesheets/shared/mobile.scss @@ -0,0 +1,10 @@ +// scss-lint:disable ImportantRule + +@media (max-height: 650px) { + .menu-bar { + .nav-bottom { + bottom: unset !important; + position: relative !important; + } + } +}