From d4d3592a2fe4152392831d02bc87ef2a38d485d8 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 4 Jun 2021 16:53:14 +0200 Subject: [PATCH] Nice scrollbars in chrome also --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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%;