跟节点增加滚动

master
LiuJiaNan 2025-11-19 09:50:37 +08:00
parent dc1ed3ea19
commit e30c1baaa5
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@
<noscript>此网页需要开启JavaScript功能。</noscript>
<!-- MAIN -->
<% const { root } = $element; %>
<div id="<%= root.id %>" style="width: 100%; height: 100%; position: relative"></div>
<div id="<%= root.id %>" style="width: 100%; height: 100%; position: relative;overflow-y: auto"></div>
</body>
</html>