From f2a8a6a03a6aed5afe4536d97a8b7a6de3048deb Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Tue, 20 Sep 2022 19:59:38 -0500 Subject: [PATCH] match scroll bar style of recentItems to UI --- client/homebrew/navbar/navbar.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/homebrew/navbar/navbar.less b/client/homebrew/navbar/navbar.less index 39fbfaf5c..a29fff32a 100644 --- a/client/homebrew/navbar/navbar.less +++ b/client/homebrew/navbar/navbar.less @@ -78,6 +78,8 @@ width : 100%; overflow : hidden auto; max-height : ~"calc(100vh - 28px)"; + scrollbar-color : #666 #333; + scrollbar-width : thin; h4{ display : block; box-sizing : border-box;