Are we there yet?
| @@ -5440,18 +5440,10 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5440 | 5440 | border-radius: 10px; |
| 5441 | 5441 | box-shadow: none; |
| 5442 | 5442 | overflow: hidden; |
| 5443 | + flex-flow: column; | |
| 5443 | 5444 | border: 1px solid var(--SmartThemeBorderColor); |
| 5444 | 5445 | } |
| 5445 | 5446 | |
| 5446 | -.fillLeft.openDrawer { | |
| 5447 | - overflow-y: hidden; | |
| 5448 | - height: 100%; | |
| 5449 | - | |
| 5450 | - @starting-style { | |
| 5451 | - height: 0; | |
| 5452 | - } | |
| 5453 | -} | |
| 5454 | - | |
| 5455 | 5447 | .fillRight { |
| 5456 | 5448 | width: calc((100vw - var(--sheldWidth) - 2px) /2); |
| 5457 | 5449 | width: calc((100dvw - var(--sheldWidth) - 2px) /2); |
| @@ -5479,6 +5471,7 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5479 | 5471 | min-width: 100px; |
| 5480 | 5472 | } |
| 5481 | 5473 | |
| 5474 | +.fillLeft.openDrawer, | |
| 5482 | 5475 | .fillRight.openDrawer { |
| 5483 | 5476 | display: flex; |
| 5484 | 5477 | height: 100%; |