dashboard: use text-stroke instead of drop-shadow to avoid z-index breakage

This commit is contained in:
Johannes Zellner
2023-07-02 12:31:43 +02:00
parent 7835533838
commit ccb925be5d
+1 -1
View File
@@ -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 {