From 3ff5e0256a41ace07c52f8427142fac8efe22cec Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 10 Jan 2026 08:13:36 +0200 Subject: [PATCH] Fix popover being seethrough --- app/components/elements/Popover.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/elements/Popover.module.css b/app/components/elements/Popover.module.css index ae275abaa..9d93df7fb 100644 --- a/app/components/elements/Popover.module.css +++ b/app/components/elements/Popover.module.css @@ -6,6 +6,7 @@ font-size: var(--fonts-sm); font-weight: var(--semi-bold); white-space: pre-wrap; + background-color: var(--color-bg); } .dialog {