From 9c46bfa4c1366e2d611099f663fa4476d6b89b18 Mon Sep 17 00:00:00 2001 From: lianahus Date: Tue, 10 Sep 2024 12:07:08 +0200 Subject: [PATCH] scrollbar --- libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.css b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.css index 5c79533a71..50588fc36b 100644 --- a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.css +++ b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.css @@ -21,6 +21,6 @@ } * { - scrollbar-width: thin; + scrollbar-width: 0.5rem; scrollbar-color: var(--bg-dark) var(--bg-light); -} \ No newline at end of file +}