diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 1d4bbf058..4c520be7e 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1552,8 +1552,8 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu { max-height: calc(var(--tn-modal-max-height) - var(--dropdown-bottom)); } - body.mobile .modal-dialog .dropdown-menu.mobile-bottom-menu.show { - --dropdown-bottom: 0; + body.mobile .dropdown-menu.mobile-bottom-menu.show { + --dropdown-bottom: 0px; } #mobile-sidebar-container {