Skip to content

Commit

Permalink
Comments widget obscures horizontal scrollbar in diff editor (#173034)
Browse files Browse the repository at this point in the history
Fixes #172944
  • Loading branch information
alexr00 committed Feb 1, 2023
1 parent 17bbf86 commit 693ac3c
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 @@ -16,6 +16,8 @@
background:rgba(0,0,0,0);

transition: opacity 100ms linear;
/* In front of peek view */
z-index: 11;
}
.monaco-scrollable-element > .invisible {
opacity: 0;
Expand Down

0 comments on commit 693ac3c

Please sign in to comment.