mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 09:38:06 +01:00
feat: custom scrollbar
This commit is contained in:
parent
a89bdf804b
commit
4dc18643c5
1 changed files with 13 additions and 0 deletions
|
@ -67,3 +67,16 @@
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</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>
|
Loading…
Reference in a new issue