Skip to content

Commit

Permalink
fix overlay z index
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorypratt committed Jun 25, 2022
1 parent d416282 commit c5d19b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_components.overlays.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: var(--overlay-z-index);
z-index: var(--z-over-screen);
display: block;
width: 100%;
height: 100%;
Expand Down

0 comments on commit c5d19b6

Please sign in to comment.