mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2025-02-23 06:49:07 +00:00
feat: style scrollbar
This commit is contained in:
parent
4ca42f4db7
commit
f6537230c8
@ -31,3 +31,12 @@ onUnmounted(() => {
|
|||||||
ps.destroy()
|
ps.destroy()
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.ps--active-y .ps__rail-y {
|
||||||
|
&:hover,
|
||||||
|
&.ps--clicking {
|
||||||
|
background-color: #2c323a;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user