debugger
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
孙诚
2025-12-25 17:20:50 +08:00
parent f42163ed95
commit 239d9dcae3
8 changed files with 47 additions and 20 deletions

View File

@@ -6,10 +6,10 @@ html, body {
overscroll-behavior-y: none;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
}
body {
@@ -22,12 +22,8 @@ body {
max-width: 1280px;
margin: 0 auto;
font-weight: normal;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
width: 100%;
height: 100%;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}