fix(toolbar): stop clipping pop-ups/boxes at the nav edges

Drop overflow-x: clip on .tb-nav-clip so boxes that extend past the nav edge
(e.g. the me-menu above the avatar, especially when the bar is collapsed/narrow)
are no longer cut off.
This commit is contained in:
simoleo89
2026-06-14 21:55:05 +02:00
parent 410cd1eddd
commit 3d7feab40f
+1 -3
View File
@@ -498,9 +498,7 @@ const TOOLBAR_STYLES = `
Negative inset margins on the clip path keep vertical breathing Negative inset margins on the clip path keep vertical breathing
room for the popover even on engines that fall back to 'hidden'. */ room for the popover even on engines that fall back to 'hidden'. */
.tb-nav-clip { .tb-nav-clip {
overflow-x: clip; overflow: visible;
overflow-y: visible;
overflow-clip-margin: 0 0 200px 0;
} }
.tb-icon { .tb-icon {