Fix for character card

Fixing the issue, when card data makes unreadable, when LLM generates more than 2 strings for appearance

Make it scrollable
This commit is contained in:
IDeathByte
2025-12-04 13:05:04 +05:00
committed by GitHub
parent 32c2543605
commit 23a4e77b0a
+1 -1
View File
@@ -1838,7 +1838,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
max-height: clamp(200px, 18vh, 250px);
box-sizing: border-box; /* Include padding and border in width calculation */
flex-shrink: 0; /* Prevent cards from shrinking */
overflow: hidden;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: var(--rpg-border) transparent;
}