Selaa lähdekoodia

修改fix-content绝对定位

yangc 7 vuotta sitten
vanhempi
commit
d2ee362132
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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%;