Browse Source

隐藏首页滚动条

pull/1/head
徐飞洋 2 months ago
parent
commit
0896c0c137
  1. 9
      pages/index/index.wxss

9
pages/index/index.wxss

@ -1,4 +1,13 @@
/**index.wxss**/ /**index.wxss**/
/* 强制隐藏所有滚动条 */
::-webkit-scrollbar {
display: none !important;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
/* 修复页面整体布局 */ /* 修复页面整体布局 */
page { page {
height: 100vh; height: 100vh;

Loading…
Cancel
Save