Skip to content

Commit

Permalink
feat(next): improve position of submenus on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Dec 27, 2024
1 parent b069599 commit 0eca95c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ body.mobile .dropdown-item:not(:last-of-type) {

body.mobile .dropdown-menu {
font-size: 1.05rem !important;
position: static !important;
}

body.mobile .dropdown-submenu > .dropdown-menu {
Expand All @@ -949,7 +950,7 @@ body.mobile .dropdown-submenu > .dropdown-menu {
margin-top: 0 !important;
}

body.mobile .dropdown-submenu > .dropdown-toggle {
body.mobile #launcher-pane .dropdown-submenu > .dropdown-toggle {
display: none;
}

Expand Down

0 comments on commit 0eca95c

Please sign in to comment.