Remove height from drawer-content (handled by starting-style)
| @@ -5381,7 +5381,6 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra | ||
| 5381 | 5381 | backdrop-filter: blur(calc(var(--SmartThemeBlurStrength))); |
| 5382 | 5382 | -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength))); |
| 5383 | 5383 | /* z-index: 1000 !important; */ |
| 5384 | - height: 0; | |
| 5385 | 5384 | transition-property: height, display; |
| 5386 | 5385 | transition-duration: var(--animation-duration); |
| 5387 | 5386 | transition-timing-function: ease-in-out; |