fix: PWA safe area inset bg color

This commit is contained in:
Timothy Z. 2026-02-23 15:08:24 +02:00
parent 3098f6417f
commit df0d24a7d9

View file

@ -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) {