From c7231e354bfa43b27887ce4aff19a04eb472dd70 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 2 Oct 2023 05:31:05 +0300 Subject: [PATCH] prevent the need for scrolling badges in popover when they're 3 rows or less --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 440554776a..f721b7763f 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6861,7 +6861,7 @@ div.markdown { } .popover-badges-div { - max-height: 10vh !important; + max-height: 119px; overflow: auto; }