fix(admin-ui): Fix team table filter dropdown transparency (#3625)

* Add a z-index to the dropdown content

* Create yellow-trees-rest.md
This commit is contained in:
Rares Stefan
2023-03-29 16:27:59 +02:00
committed by GitHub
parent 0d00903385
commit 7428ffa300
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/admin-ui": patch
---
Fix team table filter dropdown transparency

View File

@@ -47,7 +47,7 @@ const FilteringOptions: React.FC<FilteringOptionProps> = ({
</DropdownMenu.Trigger>
<DropdownMenu.Content
sideOffset={8}
className="bg-grey-0 border-grey-20 rounded-rounded shadow-dropdown border p-2"
className="bg-grey-0 border-grey-20 rounded-rounded shadow-dropdown z-40 border p-2"
>
{options.map((opt, idx) => (
<DropdownMenu.DropdownMenuItem