🔥🦊 👎 2
| @@ -5446,9 +5446,7 @@ body:not(.movingUI) .drawer-content.maximized { | |||
| 5446 | 5446 | ||
| 5447 | .fillLeft.openDrawer { | 5447 | .fillLeft.openDrawer { |
| 5448 | overflow-y: hidden; | 5448 | overflow-y: hidden; |
| 5449 | height: calc(100vh - var(--topBarBlockSize)); | 5449 | height: 100%; |
| 5450 | height: calc(100dvh - var(--topBarBlockSize)); | ||
| 5451 | height: calc-size((100dvh - var(--topBarBlockSize)), size); | ||
| 5452 | 5450 | ||
| 5453 | @starting-style { | 5451 | @starting-style { |
| 5454 | height: 0; | 5452 | height: 0; |
| @@ -5484,9 +5482,7 @@ body:not(.movingUI) .drawer-content.maximized { | |||
| 5484 | 5482 | ||
| 5485 | .fillRight.openDrawer { | 5483 | .fillRight.openDrawer { |
| 5486 | display: flex; | 5484 | display: flex; |
| 5487 | height: calc(100vh - var(--topBarBlockSize)); | 5485 | height: 100%; |
| 5488 | height: calc(100dvh - var(--topBarBlockSize)); | ||
| 5489 | height: calc-size((100dvh - var(--topBarBlockSize)), size); | ||
| 5490 | 5486 | ||
| 5491 | @starting-style { | 5487 | @starting-style { |
| 5492 | height: 0; | 5488 | height: 0; |
| @@ -5506,8 +5502,7 @@ body:not(.movingUI) .drawer-content.maximized { | |||
| 5506 | 5502 | ||
| 5507 | .scrollableInner { | 5503 | .scrollableInner { |
| 5508 | overflow-x: hidden; | 5504 | overflow-x: hidden; |
| 5509 | height: calc(100vh - 30px); | 5505 | height: 100%; |
| 5510 | height: calc(100dvh - 30px); | ||
| 5511 | } | 5506 | } |
| 5512 | 5507 | ||
| 5513 | .scrollableInnerFull { | 5508 | .scrollableInnerFull { |