Skip to content

Commit

Permalink
fix: Expand button covers dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Oct 25, 2024
1 parent 3d8d248 commit ea1d8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library-authoring/component-info/ComponentPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const ComponentPreview = () => {
variant="light"
iconBefore={OpenInFull}
onClick={openModal}
className="position-absolute right-0 zindex-10 m-1"
className="position-absolute right-0 zindex-1 m-1"
>
{intl.formatMessage(messages.previewExpandButtonTitle)}
</Button>
Expand Down

0 comments on commit ea1d8f2

Please sign in to comment.