Fix desktop settings modal behavior

This commit is contained in:
Simos Mikelatos
2026-06-18 06:15:17 +00:00
parent 1dbf545fd9
commit 7786763dd1
7 changed files with 157 additions and 131 deletions

View File

@@ -8,6 +8,11 @@ body {
height: 100%;
}
html.cc-modal-window,
body.cc-modal-window {
background: transparent;
}
:root {
--bg: #111315;
--s1: #171a1d;