Delay right menu scrolls until animation
| @@ -5484,6 +5484,17 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5484 | 5484 | } |
| 5485 | 5485 | } |
| 5486 | 5486 | |
| 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 | 5498 | .scrollableInner { |
| 5488 | 5499 | overflow-x: hidden; |
| 5489 | 5500 | height: calc(100% - 30px); |