Skip to content

Commit

Permalink
Adjusts z-indexes on video and adjacent elements for better backend d…
Browse files Browse the repository at this point in the history
…isplay
  • Loading branch information
coreymcollins committed Oct 5, 2018
1 parent 586119c commit 78013af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sass/_global-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
z-index: -1;
z-index: 1;

~ * {
position: relative;
z-index: 2;
}
} // .video-container
} // .has-video-background

Expand Down

0 comments on commit 78013af

Please sign in to comment.