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:
5
.changeset/yellow-trees-rest.md
Normal file
5
.changeset/yellow-trees-rest.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/admin-ui": patch
|
||||
---
|
||||
|
||||
Fix team table filter dropdown transparency
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user