Skip to content

Commit

Permalink
Fix menu on mobile (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 8, 2023
1 parent fb458ec commit 8506501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/app/shared/layout/layout.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
.dropdown-menu {
@media screen and (max-width: 600px) {
position: fixed !important;
top: 28px;
top: 50px;
max-width: 70%
}
}

0 comments on commit 8506501

Please sign in to comment.