feat(FN-1622): merge fusion/fn-1622

This commit is contained in:
gsxdsm
2026-04-12 23:26:46 -07:00
parent f88d04ae03
commit 55478b42b0

View File

@@ -26625,7 +26625,7 @@ html .column.drag-over * {
/* Additive safe-area: base padding + device safe-area inset ensures last item
(Settings) is reachable on real mobile viewports including iOS home indicator. */
padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
max-height: 70vh;
max-height: 85vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
animation: mobile-more-sheet-in 0.25s ease;