🔥🦊 👎 2

e456c0bb2102be6a0494d60d1bcda2e0dfa139f4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -8Ignore whitespace
public/style.css+3 -8
@@ -5446,9 +5446,7 @@ body:not(.movingUI) .drawer-content.maximized {
54465446
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);
54525450
5453 @starting-style {5451 @starting-style {
5454 height: 0;5452 height: 0;
@@ -5484,9 +5482,7 @@ body:not(.movingUI) .drawer-content.maximized {
54845482
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);
54905486
5491 @starting-style {5487 @starting-style {
5492 height: 0;5488 height: 0;
@@ -5506,8 +5502,7 @@ body:not(.movingUI) .drawer-content.maximized {
55065502
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}
55125507
5513.scrollableInnerFull {5508.scrollableInnerFull {