Skip to content

Commit

Permalink
fix(admin-ui): Enhanced 'activity-drawer' visibility with z-index adj…
Browse files Browse the repository at this point in the history
…ustment (#5315)
  • Loading branch information
ram-you authored Oct 31, 2023
1 parent 03c7a39 commit 4ce8279
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/yellow-vans-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---

Enhanced 'activity-drawer' visibility with z-index adjustment
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
Expand Down

0 comments on commit 4ce8279

Please sign in to comment.