mirror of https://gitee.com/karson/fastadmin.git
修复fixed-footer被遮挡的问题
parent
f764bc98c7
commit
1909bb4e6f
|
|
@ -376,6 +376,7 @@ html.ios-fix body .tab-pane {
|
|||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
padding: 10px;
|
||||
z-index: 99;
|
||||
}
|
||||
table.table-template {
|
||||
overflow: hidden;
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ html.ios-fix, html.ios-fix body {
|
|||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
padding: 10px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
table.table-template {
|
||||
|
|
|
|||
Loading…
Reference in New Issue