From 805d70cdf74d691306ff13bbd8de43ea51c5ca3c Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 1 Feb 2026 15:15:54 +0300 Subject: [PATCH] Remove max-height limit on details box in narrow layout Allow details box to show all categories instead of being cut off at 300px height on mobile/narrow screens. Co-Authored-By: Claude Opus 4.5 --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index db3e64a..26c01b5 100644 --- a/styles.css +++ b/styles.css @@ -351,7 +351,7 @@ body { right: 0; width: 100%; margin-top: 20px; - max-height: 300px; + max-height: none; min-width: 100%; }