From 94166954d68431776240ea681a8a2fc396d2312e Mon Sep 17 00:00:00 2001 From: Alison Langston <46360176+alangsto@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:12:32 -0500 Subject: [PATCH] feat: remove scrollbar css styling (#42) --- src/components/ChatBox/ChatBox.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ChatBox/ChatBox.scss b/src/components/ChatBox/ChatBox.scss index aab9574b..8403ca00 100644 --- a/src/components/ChatBox/ChatBox.scss +++ b/src/components/ChatBox/ChatBox.scss @@ -1,6 +1,5 @@ .scroller { overflow-y: scroll; - scrollbar-color: rebeccapurple green; scrollbar-width: thin; width: 100%; opacity: 1;