1
0
Fork 0

Fix bug with unclickable video player

master
Emil Miler 2 years ago
parent fd52f52e8d
commit d092b0888c

@ -138,6 +138,7 @@ body.noscroll {
&.visible { &.visible {
display: flex; display: flex;
z-index: 999;
} }
a { a {
@ -215,7 +216,6 @@ body.noscroll {
.player { .player {
cursor: pointer; cursor: pointer;
position: relative; position: relative;
z-index: -1;
&.muted:after { &.muted:after {
content: ""; content: "";

Loading…
Cancel
Save