Browse Source

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

cc12458 4 tháng trước cách đây
mục cha
commit
2cc0b27136
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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; */