From 67a3666c30aa69f1c84ad85c1902c8cc3e4fd8c4 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Mon, 18 Mar 2024 13:26:11 -0500 Subject: [PATCH] remove siggy height limitation --- core/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/style.css b/core/style.css index cf2104f..73ab828 100644 --- a/core/style.css +++ b/core/style.css @@ -1643,7 +1643,6 @@ table.board .status { margin: 0px -4px; margin-top: 8px; padding: 4px; - max-height: 128px; overflow-y: hidden; } @@ -2280,4 +2279,4 @@ div.user-input-box { div.user-input-box .userlink > * { pointer-events: none; -} \ No newline at end of file +}