Skip to content

Commit

Permalink
align scrollbar width with Monaco
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 12, 2023
1 parent 5abf62b commit cbb4c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-console/src/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ body {
}

::-webkit-scrollbar {
width: 10px;
height: 10px;
width: 14px;
height: 14px;
background: #21222c;
}

Expand Down

0 comments on commit cbb4c1c

Please sign in to comment.