Delay right menu scrolls until animation

02187bfcd00bc8a5978f2d5b3a228fec66a8b008

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

1 files changed, +11 -0Ignore whitespace
public/style.css+11 -0
@@ -5484,6 +5484,17 @@ body:not(.movingUI) .drawer-content.maximized {
5484 }5484 }
5485}5485}
54865486
5487.fillRight #rm_characters_block,
5488.fillRight #rm_print_characters_block {
5489 overflow-y: hidden;
5490}
5491
5492.fillRight.openDrawer #rm_characters_block,
5493.fillRight.openDrawer #rm_print_characters_block {
5494 overflow-y: auto;
5495 animation: hide-scroll var(--animation-duration) backwards;
5496}
5497
5487.scrollableInner {5498.scrollableInner {
5488 overflow-x: hidden;5499 overflow-x: hidden;
5489 height: calc(100% - 30px);5500 height: calc(100% - 30px);