Feature: Prevent website behaviors in PWA #1

Merged
sortedcord merged 2 commits from pwa-enchancement into master 2026-06-06 19:44:49 +05:30
Showing only changes of commit f2af73ac69 - Show all commits

View File

@@ -44,6 +44,7 @@
-moz-osx-font-smoothing: grayscale;
transition: background-color 0.2s ease, color 0.2s ease;
touch-action: pan-x pan-y;
overscroll-behavior-y: contain;
}
html.dark {
@@ -55,6 +56,7 @@
background-color: #F3EDE4;
transition: background-color 0.2s ease, color 0.2s ease;
touch-action: pan-x pan-y;
overscroll-behavior-y: contain;
}
html.dark body {