feat: custom scrollbar

This commit is contained in:
xHyroM 2023-01-01 22:29:11 +01:00
parent a89bdf804b
commit 4dc18643c5

View file

@ -67,3 +67,16 @@
</script>
</body>
</html>
<style is:global>
::-webkit-scrollbar {
width: 16px;
}
::-webkit-scrollbar-thumb {
border: 4px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
border-radius: 9999px;
background-color: #AAAAAA;
}
</style>