mirror of https://gitee.com/karson/fastadmin.git
优化iOS下后台样式
parent
afe0fdce73
commit
e59668c0f2
|
|
@ -73,11 +73,12 @@ body.is-dialog {
|
||||||
/*iOS兼容*/
|
/*iOS兼容*/
|
||||||
html.ios-fix, html.ios-fix body {
|
html.ios-fix, html.ios-fix body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
//overflow: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
||||||
.wrapper, .tab-pane {
|
.wrapper, .tab-pane {
|
||||||
overflow: auto;
|
//overflow: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue