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 <noreply@anthropic.com>
This commit is contained in:
Anton Volnuhin 2026-02-01 15:15:54 +03:00
parent a680943417
commit 805d70cdf7

View File

@ -351,7 +351,7 @@ body {
right: 0; right: 0;
width: 100%; width: 100%;
margin-top: 20px; margin-top: 20px;
max-height: 300px; max-height: none;
min-width: 100%; min-width: 100%;
} }