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;
|
height: 440px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sfletable table {
|
.sfletable.table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sfletable thead, tbody tr {
|
.sfletable.table thead, .sfletable.table tbody tr {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
display: inline-table;
|
display: inline-table;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sfletable tbody {
|
.sfletable.table tbody {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
max-height: 380px;
|
max-height: 380px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user