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:
@@ -1838,7 +1838,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
max-height: clamp(200px, 18vh, 250px);
|
max-height: clamp(200px, 18vh, 250px);
|
||||||
box-sizing: border-box; /* Include padding and border in width calculation */
|
box-sizing: border-box; /* Include padding and border in width calculation */
|
||||||
flex-shrink: 0; /* Prevent cards from shrinking */
|
flex-shrink: 0; /* Prevent cards from shrinking */
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: var(--rpg-border) transparent;
|
scrollbar-color: var(--rpg-border) transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user