去掉body的overflow: hidden

master
LiuJiaNan 2025-10-28 10:28:54 +08:00
parent a526cfc54f
commit 5e2a838fa6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<script src="<%= item %>" type="text/javascript"></script> <script src="<%= item %>" type="text/javascript"></script>
<% } %> <% } %>
</head> </head>
<body style="overflow: hidden"> <body>
<!-- NOSCRIPT --> <!-- NOSCRIPT -->
<noscript>此网页需要开启JavaScript功能。</noscript> <noscript>此网页需要开启JavaScript功能。</noscript>
<!-- MAIN --> <!-- MAIN -->