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