| 67 | #Backgrounds.drawer-content.openDrawer.bg-drawer-layout { | 67 | #Backgrounds.drawer-content.openDrawer.bg-drawer-layout { |
| 68 | display: flex; | 68 | display: flex; |
| 69 | flex-direction: column; | 69 | flex-direction: column; |
| 70 | height: calc(100vh - var(--topBarBlockSize)); | 70 | height: auto; |
| 71 | max-height: calc(100vh - var(--topBarBlockSize)); | 71 | height: calc-size(auto, size); |
| 72 | height: calc(100dvh - var(--topBarBlockSize)); | | |
| 73 | max-height: calc(100dvh - var(--topBarBlockSize)); | | |
| 74 | overflow: hidden; | 72 | overflow: hidden; |
| 75 | width: var(--sheldWidth); | 73 | width: var(--sheldWidth); |
| 76 | max-width: var(--sheldWidth); | 74 | max-width: var(--sheldWidth); |