Skip to content

Commit 72f18c3

Browse files
committed
scrollbar issue solve
1 parent d9f8bb9 commit 72f18c3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/themes/general.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ strong {
7272
}
7373

7474
ng-scrollbar {
75-
--scrollbar-thumb-color: #{$gray-500};
75+
--scrollbar-thumb-color: #{$gray-300};
7676
--scrollbar-track-color: transparent !important;
77+
--scrollbar-track-shape: 3px;
7778
}
7879

0 commit comments

Comments
 (0)