From af92730cc3f33ceddc22016db416ecd1aca42d79 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 17 Feb 2022 22:33:12 -0500 Subject: [PATCH] Try to make the video stay on top of modal when mobile --- public/willpower.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/willpower.css b/public/willpower.css index eec6417..c8a2d5b 100644 --- a/public/willpower.css +++ b/public/willpower.css @@ -99,7 +99,7 @@ html, body { height: 100%; width: 100%; z-index: 255; - position: absolute; + position: fixed; display: none; }