Hide overflow of rm_characters_block

0c286235923d0739d9a2e566bc8643407f7a81ea

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

1 files changed, +1 -3Showing whitespace changes
public/style.css+1 -3
@@ -3020,7 +3020,7 @@ select option:not(:checked) {
30203020
3021#rm_characters_block {3021#rm_characters_block {
3022 display: flex;3022 display: flex;
3023 overflow-y: auto;3023 overflow-y: hidden;
3024 flex-direction: column;3024 flex-direction: column;
3025 height: 100%;3025 height: 100%;
3026}3026}
@@ -5481,13 +5481,11 @@ body:not(.movingUI) .drawer-content.maximized {
5481}5481}
54825482
5483.drawer-content .scrollDelay,5483.drawer-content .scrollDelay,
5484.fillRight #rm_characters_block,
5485.fillRight #rm_print_characters_block {5484.fillRight #rm_print_characters_block {
5486 overflow-y: hidden;5485 overflow-y: hidden;
5487}5486}
54885487
5489.drawer-content.openDrawer .scrollDelay,5488.drawer-content.openDrawer .scrollDelay,
5490.fillRight.openDrawer #rm_characters_block,
5491.fillRight.openDrawer #rm_print_characters_block {5489.fillRight.openDrawer #rm_print_characters_block {
5492 overflow-y: auto;5490 overflow-y: auto;
5493 animation: hide-scroll var(--animation-duration) backwards;5491 animation: hide-scroll var(--animation-duration) backwards;