Unset height of movingDivs descendants

d83f92626990c5fd22512e0ebc019b1d82516698

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

1 files changed, +5 -0Showing whitespace changes
public/style.css+5 -0
@@ -5378,6 +5378,7 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra
5378 left: 0;5378 left: 0;
5379 right: 0;5379 right: 0;
5380 margin: 0 auto;5380 margin: 0 auto;
5381 height: 0;
5381 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));5382 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
5382 -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));5383 -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
5383 /* z-index: 1000 !important; */5384 /* z-index: 1000 !important; */
@@ -5387,6 +5388,10 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra
5387 transition-behavior: allow-discrete;5388 transition-behavior: allow-discrete;
5388}5389}
53895390
5391#movingDivs>.drawer-content {
5392 height: unset;
5393}
5394
5390.drawer-content.openDrawer {5395.drawer-content.openDrawer {
5391 display: block;5396 display: block;
5392 height: auto;5397 height: auto;