From ccb925be5d9c9280a34b2a6e506a02d211ca5e9f Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 2 Jul 2023 12:31:43 +0200 Subject: [PATCH] dashboard: use text-stroke instead of drop-shadow to avoid z-index breakage --- dashboard/src/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index a9d4b39f7..834f9dec8 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -2048,8 +2048,8 @@ tag-input { .has-background { h1, h2, h3 { - filter: drop-shadow(0 0 0.5px black); color: white; + -webkit-text-stroke: 0.3px black; } .modal-content {