Hide overflow of rm_characters_block
| @@ -3020,7 +3020,7 @@ select option:not(:checked) { | ||
| 3020 | 3020 | |
| 3021 | 3021 | #rm_characters_block { |
| 3022 | 3022 | display: flex; |
| 3023 | 3023 | overflow-y: autohidden; |
| 3024 | 3024 | flex-direction: column; |
| 3025 | 3025 | height: 100%; |
| 3026 | 3026 | } |
| @@ -5481,13 +5481,11 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5481 | 5481 | } |
| 5482 | 5482 | |
| 5483 | 5483 | .drawer-content .scrollDelay, |
| 5484 | -.fillRight #rm_characters_block, | |
| 5485 | 5484 | .fillRight #rm_print_characters_block { |
| 5486 | 5485 | overflow-y: hidden; |
| 5487 | 5486 | } |
| 5488 | 5487 | |
| 5489 | 5488 | .drawer-content.openDrawer .scrollDelay, |
| 5490 | -.fillRight.openDrawer #rm_characters_block, | |
| 5491 | 5489 | .fillRight.openDrawer #rm_print_characters_block { |
| 5492 | 5490 | overflow-y: auto; |
| 5493 | 5491 | animation: hide-scroll var(--animation-duration) backwards; |