Browse Source

fix(@vben-core/design): 移动端页面高度使用动态可见区域

cc12458 1 month ago
parent
commit
2cc0b27136
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/@core/base/design/src/css/global.css

+ 1 - 0
packages/@core/base/design/src/css/global.css

@@ -38,6 +38,7 @@
 
   body {
     min-height: 100vh;
+    min-height: 100dvh;
 
     /* pointer-events: auto !important; */