diff --git a/style.css b/style.css index 8b682d1..8fd54c4 100644 --- a/style.css +++ b/style.css @@ -45,6 +45,19 @@ body { scrollbar-color: #a4a4d4 #3c4cac; } +#left::-webkit-scrollbar { + width: 12px; +} + +#left::-webkit-scrollbar-track { + background: #a4a4d4; +} + +#left::-webkit-scrollbar-thumb { + background-color: #3c4cac; + border-radius: 20px; +} + #right { float: left; width: 50%;