From 04123414808963955c7d53880950322582d978a9 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 27 Dec 2022 23:54:04 +0100 Subject: [PATCH] Added a scrollbar to the App.sass --- admin/src/App.sass | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/admin/src/App.sass b/admin/src/App.sass index 1771351..4bff245 100644 --- a/admin/src/App.sass +++ b/admin/src/App.sass @@ -5,4 +5,14 @@ body, html margin: 0 - background-color: $white \ No newline at end of file + background-color: $white + +::-webkit-scrollbar + width: 13px + +::-webkit-scrollbar-thumb + background: $gray + border-radius: 10px + +::-webkit-scrollbar-thumb:hover + background: $light-gray \ No newline at end of file