transparent scrollbar

This commit is contained in:
hay-kot 2021-05-11 20:42:23 -08:00
commit 2a37900ace

View file

@ -73,15 +73,7 @@ export default {
</script>
<style>
*::-webkit-scrollbar {
width: 0.25rem;
}
*::-webkit-scrollbar-track {
background: lightgray;
}
*::-webkit-scrollbar-thumb {
background: grey;
:root {
scrollbar-color: transparent transparent;
}
</style>