Skip to content

Commit 39f33ae

Browse files
committed
quick fix menu component overflow issue
1 parent 0330f03 commit 39f33ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/components/src/menu/menu.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ng-template>
22
<div
33
(click)="closed.emit()"
4-
class="tw-flex tw-shrink-0 tw-flex-col tw-rounded tw-border tw-border-solid tw-border-secondary-500 tw-bg-background tw-bg-clip-padding tw-py-2"
4+
class="tw-flex tw-shrink-0 tw-flex-col tw-overflow-x-auto tw-rounded tw-border tw-border-solid tw-border-secondary-500 tw-bg-background tw-bg-clip-padding tw-py-2"
55
[attr.role]="ariaRole"
66
[attr.aria-label]="ariaLabel"
77
cdkTrapFocus

0 commit comments

Comments
 (0)