修复fixed-footer被遮挡的问题

pull/515/head
Karson 2025-06-09 10:21:25 +08:00
parent f764bc98c7
commit 1909bb4e6f
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -164,6 +164,7 @@ html.ios-fix, html.ios-fix body {
width: 100%;
margin-bottom: 0;
padding: 10px;
z-index: 99;
}
table.table-template {