1
0
Fork 0

Fix bug with unclickable video player

master
Emil Miler 1 year ago
parent fd52f52e8d
commit d092b0888c

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

Loading…
Cancel
Save