界面滚动条优化
This commit is contained in:
@@ -2225,8 +2225,12 @@ table th[class*="col-"] {
|
||||
background-color: #f8cace; }
|
||||
|
||||
.table-responsive {
|
||||
/* overflow-x: auto; */
|
||||
min-height: 0.01%; }
|
||||
overflow-x: auto;
|
||||
min-height: 0.01%;
|
||||
position: fixed;
|
||||
right: 14px;
|
||||
left: 14px;
|
||||
z-index: 1030; }
|
||||
@media screen and (max-width: 767px) {
|
||||
.table-responsive {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user