adjusted table size

This commit is contained in:
HB9HIL
2023-11-02 14:50:34 +01:00
parent 0867edc0f3
commit 2429ee9fd9

View File

@@ -572,7 +572,8 @@ input:invalid {
}
.sfletable.table tbody {
width: 95%;
overflow-y: scroll;
max-height: 380px;
max-height: 410px;
position: absolute;
}