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 {
54845484 }
54855485}
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+
54875498.scrollableInner {
54885499 overflow-x: hidden;
54895500 height: calc(100% - 30px);