Backgrounds Drawer Max Height (#4515) * init * lint * shrink drawer, plus why is css messy * put questionable hint back in * copy other drawers
Signed| @@ -67,10 +67,8 @@ body.reduced-motion #bg_custom { | ||
| 67 | 67 | #Backgrounds.drawer-content.openDrawer.bg-drawer-layout { |
| 68 | 68 | display: flex; |
| 69 | 69 | flex-direction: column; |
| 70 | - height: calc(100vh - var(--topBarBlockSize)); | |
| 70 | + height: auto; | |
| 71 | 71 | max-height: calc(100vh - varsize(--topBarBlockSize)auto, size); |
| 72 | - height: calc(100dvh - var(--topBarBlockSize)); | |
| 73 | - max-height: calc(100dvh - var(--topBarBlockSize)); | |
| 74 | 72 | overflow: hidden; |
| 75 | 73 | width: var(--sheldWidth); |
| 76 | 74 | max-width: var(--sheldWidth); |
| @@ -94,7 +92,7 @@ body.reduced-motion #bg_custom { | ||
| 94 | 92 | flex-grow: 1; |
| 95 | 93 | overflow-y: auto; |
| 96 | 94 | overflow-x: hidden; |
| 97 | 95 | padding: 0 5px 5px15px; |
| 98 | 96 | } |
| 99 | 97 | |
| 100 | 98 | #bg-filter { |