scroller: hide container when not scrolling
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/888/head
parent
993e43a46d
commit
73cc86c4a1
|
@ -731,7 +731,7 @@ export default defineComponent({
|
||||||
right: 40px;
|
right: 40px;
|
||||||
}
|
}
|
||||||
&:not(.scrolling) {
|
&:not(.scrolling) {
|
||||||
> .ticks-container > .tick {
|
> .ticks-container {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue