Fixed targeted CSS for table

This commit is contained in:
Andreas 2023-11-02 08:31:08 +01:00
parent 0f1f619e50
commit bae9ec6645

View File

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