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> <style>
/* width */ /* width */
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 5px; width: 3px;
height: 5px; height: 3px;
} }
/* Track */ /* Track */
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: rgb(2,6,23); background: rgba(0,0,0,0);
} }
/* Handle */ /* Handle */
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: grey; background: rgb(226,232,240);
border-radius: 5px; border-radius: 5px;
} }