fix(mobile): note actions should be at the bottom, not above launch bar

This commit is contained in:
Elian Doran 2026-02-04 12:22:54 +02:00
parent 416144265b
commit 0f3f49915e
No known key found for this signature in database

View File

@ -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 {