diff --git a/assets/css/general.css b/assets/css/general.css index 672c0d6a..2d75a9d5 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -557,7 +557,7 @@ input:invalid { } .sfletable{ - height: 440px; + height: 470px; } .sfletable.table { @@ -574,6 +574,6 @@ input:invalid { .sfletable.table tbody { width: 95%; overflow-y: scroll; - max-height: 410px; + max-height: 440px; position: absolute; }