Skip to content

Commit

Permalink
Fix/flyout (#239)
Browse files Browse the repository at this point in the history
* fix(flyout): fix z-index and content going behind close trigger

* chore(flyout): add important rule to recipe

* chore: add changeset

* chore: delete changeset
  • Loading branch information
coopbri authored May 29, 2024
1 parent 4bd5bdd commit feacfd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-pumas-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@animareflection/ui": patch
---

Add `!important` rule to `Flyout` z-index
2 changes: 1 addition & 1 deletion src/components/core/Flyout/Flyout.recipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const flyoutRecipe = defineSlotRecipe({
base: {
positioner: {
position: "relative",
zIndex: "menu",
zIndex: "menu!",
},
content: {
background: "bg.default",
Expand Down

0 comments on commit feacfd3

Please sign in to comment.