From d092b0888ce2e4d3191e1dce1aab07c38f75c320 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 2 Apr 2023 21:05:58 +0200 Subject: [PATCH] Fix bug with unclickable video player --- sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index 915ed87..b1fd070 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -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: "";