Skip to content

Commit b3fcd2b

Browse files
iOvergaardJesmoDev
andauthored
fix: prevent overflow when not hovered (#816)
Co-authored-by: JesmoDev <[email protected]>
1 parent ad45732 commit b3fcd2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-menu-item/lib/uui-menu-item.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
508508
opacity: 0;
509509
width: 0;
510510
grid-column-start: 3;
511+
overflow: hidden;
511512
}
512513
:host(:not([disabled])) #menu-item:hover #actions-container,
513514
:host(:not([disabled])) #menu-item:focus #actions-container,

0 commit comments

Comments
 (0)