Hide overflow of rm_characters_block

0c286235923d0739d9a2e566bc8643407f7a81ea

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

1 files changed, +1 -3Ignore whitespace
public/style.css+1 -3
@@ -3020,7 +3020,7 @@ select option:not(:checked) {
30203020
30213021#rm_characters_block {
30223022 display: flex;
30233023 overflow-y: autohidden;
30243024 flex-direction: column;
30253025 height: 100%;
30263026}
@@ -5481,13 +5481,11 @@ body:not(.movingUI) .drawer-content.maximized {
54815481}
54825482
54835483.drawer-content .scrollDelay,
5484-.fillRight #rm_characters_block,
54855484.fillRight #rm_print_characters_block {
54865485 overflow-y: hidden;
54875486}
54885487
54895488.drawer-content.openDrawer .scrollDelay,
5490-.fillRight.openDrawer #rm_characters_block,
54915489.fillRight.openDrawer #rm_print_characters_block {
54925490 overflow-y: auto;
54935491 animation: hide-scroll var(--animation-duration) backwards;