Fix transparent popup background in light mode

This commit is contained in:
iamtoruk 2026-04-29 17:22:08 -07:00
parent 3993ee623d
commit 1609f2bd4b

View file

@ -65,6 +65,7 @@ html, body, #root {
height: 100vh;
overflow: hidden;
border-radius: var(--radius-lg);
background: var(--surface);
}
/* ---- header ---- */