partially fixed simplefle css

pull/2707/head
HB9HIL 2023-11-15 17:24:13 +01:00
rodzic c5e0d26696
commit aac094b69d
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -575,20 +575,20 @@ input:invalid {
height: 470px; height: 470px;
} }
.sfletable.table { .sfletable table {
width: 100%; width: 100%;
} }
.sfletable.table thead, .sfletable table thead,
.sfletable.table tbody tr { .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.table tbody { .sfletable table tbody {
width: 95%; width: 100%;
overflow-y: scroll; overflow-y: scroll;
max-height: 440px; max-height: 440px;
position: absolute; position: absolute;