We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0330f03 commit 39f33aeCopy full SHA for 39f33ae
libs/components/src/menu/menu.component.html
@@ -1,7 +1,7 @@
1
<ng-template>
2
<div
3
(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"
+ 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"
5
[attr.role]="ariaRole"
6
[attr.aria-label]="ariaLabel"
7
cdkTrapFocus
0 commit comments