fix: mobile sidebar toggle with backdrop, miuix tap style

This commit is contained in:
2026-07-27 11:56:10 +08:00
parent 877e6c1a8c
commit 91c4ed7dab
2 changed files with 13 additions and 2 deletions
+2
View File
@@ -126,6 +126,8 @@ html, body {
overflow: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
transition: background var(--transition-normal), color var(--transition-normal);
}