Skip to content

Commit

Permalink
fix(docs): move zIndex value away from sprinkles
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Oct 10, 2023
1 parent 084cb23 commit c186ab2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { style } from '@vanilla-extract/css';
export const notificationClass = style([
sprinkles({
position: 'relative',
zIndex: 5,
}),
{
zIndex: 5,
}
]);

0 comments on commit c186ab2

Please sign in to comment.