diff --git a/assets/css/general.css b/assets/css/general.css index 732c23c38..672c0d6a6 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -572,7 +572,8 @@ input:invalid { } .sfletable.table tbody { + width: 95%; overflow-y: scroll; - max-height: 380px; + max-height: 410px; position: absolute; }