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:
parent
a680943417
commit
805d70cdf7
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user