Skip to content

Commit

Permalink
prevent overflow when not hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Jun 18, 2024
1 parent ad45732 commit c83c5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-menu-item/lib/uui-menu-item.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
opacity: 0;
width: 0;
grid-column-start: 3;
overflow: hidden;
}
:host(:not([disabled])) #menu-item:hover #actions-container,
:host(:not([disabled])) #menu-item:focus #actions-container,
Expand Down

0 comments on commit c83c5aa

Please sign in to comment.