Merge pull request #56 from IDeathByte/main

Fix for character card
This commit is contained in:
Spicy Marinara
2025-12-04 09:29:11 +01:00
committed by GitHub
+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;
}