mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 15:36:18 +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
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user