Backgrounds Drawer Max Height (#4515) * init * lint * shrink drawer, plus why is css messy * put questionable hint back in * copy other drawers

517098444620fb58af3bb83338c9018184677b47

L <123923688+Vibecoder9000@users.noreply.github.com>

Signed
1 files changed, +3 -5Ignore whitespace
public/css/backgrounds.css+3 -5
@@ -67,10 +67,8 @@ body.reduced-motion #bg_custom {
6767#Backgrounds.drawer-content.openDrawer.bg-drawer-layout {
6868 display: flex;
6969 flex-direction: column;
70- height: calc(100vh - var(--topBarBlockSize));
70+ height: auto;
7171 max-height: calc(100vh - varsize(--topBarBlockSize)auto, size);
72- height: calc(100dvh - var(--topBarBlockSize));
73- max-height: calc(100dvh - var(--topBarBlockSize));
7472 overflow: hidden;
7573 width: var(--sheldWidth);
7674 max-width: var(--sheldWidth);
@@ -94,7 +92,7 @@ body.reduced-motion #bg_custom {
9492 flex-grow: 1;
9593 overflow-y: auto;
9694 overflow-x: hidden;
9795 padding: 0 5px 5px15px;
9896}
9997
10098#bg-filter {