Skip to content

Commit

Permalink
fix: increase portal z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanchenko committed May 21, 2022
1 parent 70a0c65 commit f7874df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $swipe-animation-timing-function: ease-out;
&_portal {
position: fixed;
inset: 0;
z-index: 1000;
z-index: 9999;
overflow: hidden;
opacity: 0;
transition: opacity var(--yarl__fade_animation_duration, $fade-animation-duration) $fade-animation-timing-function;
Expand Down

0 comments on commit f7874df

Please sign in to comment.