Corrected Scrollbar

This commit is contained in:
2024-07-21 22:48:20 +02:00
parent dc480f38b6
commit d31478a858

View File

@@ -52,18 +52,18 @@ useSeoMeta({
<style>
/* width */
::-webkit-scrollbar {
width: 5px;
height: 5px;
width: 3px;
height: 3px;
}
/* Track */
::-webkit-scrollbar-track {
background: rgb(2,6,23);
background: rgba(0,0,0,0);
}
/* Handle */
::-webkit-scrollbar-thumb {
background: grey;
background: rgb(226,232,240);
border-radius: 5px;
}