Skip to content

Commit

Permalink
Fix Apps menu positioning on narrow mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 13, 2024
1 parent 886e0cc commit 6f6a5c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/modules/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@

#app-menu-dropdown .dropdown-menu {
width: max-content;

@media (max-width: #{$screen-xs-max}) {
left: -14rem;
}
}

.dropdown-header {
Expand Down

0 comments on commit 6f6a5c1

Please sign in to comment.