🔥🦊 👎 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
54475447.fillLeft.openDrawer {
54485448 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
54535451 @starting-style {
54545452 height: 0;
@@ -5484,9 +5482,7 @@ body:not(.movingUI) .drawer-content.maximized {
54845482
54855483.fillRight.openDrawer {
54865484 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
54915487 @starting-style {
54925488 height: 0;
@@ -5506,8 +5502,7 @@ body:not(.movingUI) .drawer-content.maximized {
55065502
55075503.scrollableInner {
55085504 overflow-x: hidden;
55095505 height: calc(100vh - 30px)100%;
5510- height: calc(100dvh - 30px);
55115506}
55125507
55135508.scrollableInnerFull {