From 606cf0984c38fdbdbdf9202be645a626657be181 Mon Sep 17 00:00:00 2001 From: MWicenec Date: Thu, 21 Nov 2024 15:00:50 +0800 Subject: [PATCH] added a scroll to the issues display --- static/tables.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/tables.css b/static/tables.css index 1462accd..5cb571c5 100644 --- a/static/tables.css +++ b/static/tables.css @@ -281,6 +281,7 @@ td:first-child input { position: absolute; top: 53px; height: calc(100% - 46px); + overflow-y: auto; } .eagleTableDisplay .scrollWrapper {