Skip to content

Commit

Permalink
[#62] Update z-index to be above card elements
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiber committed Mar 31, 2024
1 parent cfc09de commit d07c2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

html.enhancer-fullVideo {
#NebulaApp > :last-child {
z-index: 100;
z-index: 101;
}

#video-player {
position: fixed;
inset: 0;
z-index: 100;
z-index: 101;
max-width: unset;
max-height: unset;
margin: 0;
Expand Down

0 comments on commit d07c2c3

Please sign in to comment.