fix(admin-ui): Enhanced 'activity-drawer' visibility with z-index adjustment (#5315)
This commit is contained in:
6
.changeset/yellow-vans-prove.md
Normal file
6
.changeset/yellow-vans-prove.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@medusajs/admin-ui": patch
|
||||
"@medusajs/admin": patch
|
||||
---
|
||||
|
||||
Enhanced 'activity-drawer' visibility with z-index adjustment
|
||||
@@ -21,7 +21,7 @@ const ActivityDrawer = ({ onDismiss }) => {
|
||||
return (
|
||||
<div
|
||||
ref={ref}
|
||||
className="bg-grey-0 shadow-dropdown rounded-rounded fixed top-[64px] bottom-2 right-3 flex w-[400px] flex-col overflow-x-hidden rounded"
|
||||
className="bg-grey-0 shadow-dropdown rounded-rounded fixed top-[64px] bottom-2 right-3 flex w-[400px] flex-col overflow-x-hidden rounded z-[1]"
|
||||
>
|
||||
<div className="inter-large-semibold pt-7 pl-8 pb-1">
|
||||
{t("activity-drawer-activity", "Activity")}
|
||||
|
||||
Reference in New Issue
Block a user