From 2937ab2abbdd2ab5fb18f4c2649c665103e5195f Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Tue, 25 Jun 2024 19:06:23 -0500 Subject: [PATCH] Increase Z index of video so it can be clicked --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index ddc5f4e..98701c1 100644 --- a/static/style.css +++ b/static/style.css @@ -299,6 +299,7 @@ video { border: 2px rgb(125, 100, 155) solid; border-radius: 15px; transition: all 5s cubic-bezier(0.39, 0.575, 0.565, 1); + z-index: 5; } video:active {