CSS fix for thought bubble height

This commit is contained in:
IDeathByte
2025-11-03 21:23:30 +05:00
committed by GitHub
parent d8707318c8
commit ea720eb55c
+1 -1
View File
@@ -4380,7 +4380,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
position: relative;
backdrop-filter: blur(15px);
max-height: 60vh;
max-height: 30vh;
overflow-y: auto;
overflow-x: hidden;
}