Optimize scroll performance

- Cache isMobile check in edge swipe detection to avoid layout thrashing
- Remove scroll-behavior: smooth from tab slider
- Remove -webkit-overflow-scrolling: touch

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-23 02:12:43 +01:00
parent 02c14e3fbd
commit 1bb03f4569
2 changed files with 12 additions and 9 deletions

View File

@@ -96,10 +96,8 @@ label,
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
scroll-behavior: smooth;
}
.page-tabs-slider::-webkit-scrollbar,