From 565eafde090502b38fbdeba17523f10ccc4e812f Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 3 Mar 2020 16:58:00 -0600 Subject: [PATCH] Horizontal scroll changes --- src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.css b/src/index.css index 42eae46..2d99227 100644 --- a/src/index.css +++ b/src/index.css @@ -83,6 +83,7 @@ p { .scrollable-content, ::-webkit-scrollbar { width: 8px; + height: 8px; } .scrollable-content, ::-webkit-scrollbar * { @@ -92,3 +93,7 @@ p { .scrollable-content, ::-webkit-scrollbar-thumb { background: var(--control_background_hover) !important; } + +.scrollbar-corner, ::-webkit-scrollbar-corner { + background: transparent; +}