mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
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:
@@ -498,9 +498,7 @@ const TOOLBAR_STYLES = `
|
||||
Negative inset margins on the clip path keep vertical breathing
|
||||
room for the popover even on engines that fall back to 'hidden'. */
|
||||
.tb-nav-clip {
|
||||
overflow-x: clip;
|
||||
overflow-y: visible;
|
||||
overflow-clip-margin: 0 0 200px 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.tb-icon {
|
||||
|
||||
Reference in New Issue
Block a user