From 4e83d7a3fdc95e738767225906d6102ce6436294 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Mon, 25 Jan 2021 15:29:29 -0700 Subject: [PATCH] Fix splash page stuff leaking into overlays --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 4f07056..9b5a1d0 100644 --- a/style.css +++ b/style.css @@ -226,6 +226,8 @@ svg.svg-icon { align-items: center; justify-content: center; + isolation: isolate; + z-index: 1; position: fixed; top: 0; bottom: 0;