Browse Source

修改fix-content绝对定位

yangc 7 years ago
parent
commit
d2ee362132
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/scss/mobileCommon.scss

+ 1 - 1
assets/scss/mobileCommon.scss

@@ -411,7 +411,7 @@ html {
 }
 
 .mobile-fix-content {
-  position: absolute;
+  position: fixed !important;
   top: .88rem;
   bottom: .98rem;
   width: 100%;