Remove height from drawer-content (handled by starting-style)

2e2a4661ce6dcf0948b5adef4453ed3dc5f1ad7a

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -1Showing whitespace changes
public/style.css+0 -1
@@ -5381,7 +5381,6 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra
53815381 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
53825382 -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
53835383 /* z-index: 1000 !important; */
5384- height: 0;
53855384 transition-property: height, display;
53865385 transition-duration: var(--animation-duration);
53875386 transition-timing-function: ease-in-out;