diff --git a/src/App.css b/src/App.css index 65b040629..3ba0679a4 100644 --- a/src/App.css +++ b/src/App.css @@ -604,3 +604,20 @@ small { font-size: var(--fs-xxs); text-transform: uppercase; } + +/* Scroll-bar */ +::-webkit-scrollbar-track { + background-color: transparent; +} + +::-webkit-scrollbar-thumb { + background-color: #00f2fe; + border-radius: 20px; + border: 6px solid transparent; + background-clip: content-box; + height: 100px; +} + +::-webkit-scrollbar { + width: 25px; +} \ No newline at end of file