From bae9ec664588a3cf5a9ca6c405ba9e32f32dc641 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:31:08 +0100 Subject: [PATCH] Fixed targeted CSS for table --- assets/css/general.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/general.css b/assets/css/general.css index 35c83820..732c23c3 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -560,18 +560,18 @@ input:invalid { height: 440px; } -.sfletable table { +.sfletable.table { width: 100%; } -.sfletable thead, tbody tr { +.sfletable.table thead, .sfletable.table tbody tr { display: block; width: 100%; table-layout: fixed; display: inline-table; } -.sfletable tbody { +.sfletable.table tbody { overflow-y: scroll; max-height: 380px; position: absolute;