scroller: hide container when not scrolling

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/888/head
Varun Patil 2023-10-19 14:22:48 -07:00
parent 993e43a46d
commit 73cc86c4a1
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ export default defineComponent({
right: 40px;
}
&:not(.scrolling) {
> .ticks-container > .tick {
> .ticks-container {
display: none;
}
}