We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf9a6e commit eb95705Copy full SHA for eb95705
playgrounds/react/pages/menu/multiple-elements.tsx
@@ -46,7 +46,10 @@ function Dropdown() {
46
</Menu.Button>
47
</span>
48
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">
+ <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
+ >
53
<div className="px-4 py-3">
54
<p className="text-sm leading-5">Signed in as</p>
55
<p className="truncate text-sm font-medium leading-5 text-gray-900">[email protected]</p>
0 commit comments