mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 18:24:25 +00:00
Fixed targeted CSS for table
This commit is contained in:
parent
0f1f619e50
commit
bae9ec6645
@ -560,18 +560,18 @@ input:invalid {
|
||||
height: 440px;
|
||||
}
|
||||
|
||||
.sfletable table {
|
||||
.sfletable.table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sfletable thead, tbody tr {
|
||||
.sfletable.table thead, .sfletable.table tbody tr {
|
||||
display: block;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.sfletable tbody {
|
||||
.sfletable.table tbody {
|
||||
overflow-y: scroll;
|
||||
max-height: 380px;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user