Skip to content

Commit

Permalink
fix: z-index should be higher (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemers authored Oct 2, 2022
1 parent 59ccf8e commit 56efd20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-ears-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@feedbackfarm/react": patch
---

fix: z-index should be higher
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default function FeedbackFarm(props: Props) {
.join("&");

iframe.src = `https://widget.feedback.farm?${queryString}`;
iframe.style.zIndex = "9999";
}
}, [props]);

Expand Down

1 comment on commit 56efd20

@vercel
Copy link

@vercel vercel bot commented on 56efd20 Oct 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.