Skip to content

Commit eb95705

Browse files
committed
playground make multiple menu demo not modalled
1 parent ccf9a6e commit eb95705

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

playgrounds/react/pages/menu/multiple-elements.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ function Dropdown() {
4646
</Menu.Button>
4747
</span>
4848

49-
<Menu.Items className="outline-hidden absolute right-0 mt-2 w-56 origin-top-right divide-y divide-gray-100 rounded-md border border-gray-200 bg-white shadow-lg">
49+
<Menu.Items
50+
modal={false}
51+
className="outline-hidden absolute right-0 mt-2 w-56 origin-top-right divide-y divide-gray-100 rounded-md border border-gray-200 bg-white shadow-lg"
52+
>
5053
<div className="px-4 py-3">
5154
<p className="text-sm leading-5">Signed in as</p>
5255
<p className="truncate text-sm font-medium leading-5 text-gray-900">[email protected]</p>

0 commit comments

Comments
 (0)