Skip to content

Commit

Permalink
Restore CSS rule mistake from 3bd1ecd (#166690)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima authored Nov 18, 2022
1 parent 4a83bd6 commit 68dfc23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/base/browser/ui/scrollbar/media/scrollbars.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
left: 0;
height: 3px;
width: 3px;
}
.monaco-scrollable-element > .shadow.top.left {
box-shadow: var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset;
}

Expand Down

0 comments on commit 68dfc23

Please sign in to comment.