Fix overlay over chat

This commit is contained in:
ernstmul
2025-04-08 13:34:18 +02:00
parent 85fff33f9b
commit c96076bc06
+1 -1
View File
@@ -250,7 +250,7 @@
transition:
backdrop-filter 0.5s ease-in-out,
background-color 0.35s ease-in-out;
z-index: 1;
z-index: 2;
margin-top: 0 !important;
}