Remove transparency from toast container

This commit is contained in:
Cohee
2024-12-27 19:53:57 +02:00
parent 90ff4c7308
commit bba36e2145

View File

@@ -3671,7 +3671,9 @@ body #toast-container {
}
body #toast-container>div {
opacity: 0.95;
opacity: 1;
filter: unset;
-ms-filter: unset;
}
#dialogue_del_mes {