Browse Source

fix: 修复nut-elevator嵌套Popup或ActionSheet中,iOS端不显示问题

zjyau 5 years ago
parent
commit
cc4043a8d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/elevator/elevator.scss

+ 1 - 1
src/packages/elevator/elevator.scss

@@ -1,5 +1,5 @@
 .nut-elevator{
-    position: fixed;
+    position:relative;
     top:40px;
     width: 100%;
 }