Unset height of movingDivs descendants

d83f92626990c5fd22512e0ebc019b1d82516698

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

1 files changed, +5 -0Ignore whitespace
public/style.css+5 -0
@@ -5378,6 +5378,7 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra
53785378 left: 0;
53795379 right: 0;
53805380 margin: 0 auto;
5381+ height: 0;
53815382 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
53825383 -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
53835384 /* z-index: 1000 !important; */
@@ -5387,6 +5388,10 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra
53875388 transition-behavior: allow-discrete;
53885389}
53895390
5391+#movingDivs>.drawer-content {
5392+ height: unset;
5393+}
5394+
53905395.drawer-content.openDrawer {
53915396 display: block;
53925397 height: auto;