From c750163d172504c2b6240ec408f88979d45d9f3e Mon Sep 17 00:00:00 2001 From: somebody Date: Sun, 30 Oct 2022 21:32:23 -0500 Subject: [PATCH] Make notifications really way up there --- static/koboldai.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/koboldai.css b/static/koboldai.css index 79c5a496..5b579b92 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2492,7 +2492,7 @@ body { right: 0px; height: calc(100vh - 15px); width: 400px; - z-index: 8; + z-index: 99999999; pointer-events: none; overflow-y: hidden; overflow-x: hidden; @@ -2500,7 +2500,6 @@ body { } .notification { - z-index: 8; background-color: #30414e; animation: 10s 1 alternate swoosh-in; margin-right: 15px;