feat: style scrollbar

This commit is contained in:
LeoKu 2022-01-22 13:21:53 +08:00
parent 4ca42f4db7
commit f6537230c8

View File

@ -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>