fix(mobile/tree): partly hidden due to mobile viewport (closes #8740)

This commit is contained in:
Elian Doran 2026-02-19 18:19:41 +02:00
parent bd06c530e4
commit fb20d4998a
No known key found for this signature in database

View File

@ -1587,7 +1587,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
position: absolute;
top: 0;
inset-inline-start: 0;
bottom: 0;
height: 100dvh;
width: 85vw;
padding-top: env(safe-area-inset-top);
transition: transform 250ms ease-in-out;