Unset height of movingDivs descendants
| @@ -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 | } |
| 5389 | 5390 | ||
| 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; |