From df0d24a7d96c9e5eb8e930177ded968309528681 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 23 Feb 2026 15:08:24 +0200 Subject: [PATCH] fix: PWA safe area inset bg color --- src/App/styles.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/styles.less b/src/App/styles.less index e6fd7d747..7f8f97d5c 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -156,6 +156,7 @@ html { overscroll-behavior: none; user-select: none; touch-action: manipulation; + background-color: var(--primary-background-color); -webkit-tap-highlight-color: transparent; @media (display-mode: standalone) {