From 754d90a676e6cd8166965f12f2b3fa0bb203988e Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 14 Mar 2024 19:21:01 +0000 Subject: fix overlay z-index --- view/theme/redbasic/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 667708f02..9b93e28ee 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -72,6 +72,7 @@ main { height: 100vh; background: rgba(0, 0, 0, .3); cursor: pointer; + z-index: 1010; } h1, .h1 { -- cgit v1.2.3