Skip to content

Commit

Permalink
fix: FrostedGlass zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Oct 27, 2024
1 parent bfd3331 commit 98c09b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/view/components/experimental/FrostedGlass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export const FrostedGlass: React.FC<FrostedGlassProps> = ({

const styles = stylex.create({
frostedGlass: {
position: "relative"
position: "relative",
zIndex: 1
},
paneContainer: {
position: "absolute",
Expand Down

0 comments on commit 98c09b3

Please sign in to comment.