Skip to content

Commit

Permalink
Fixes webview's white box in scrollbar corners
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jul 18, 2019
1 parent a08bddf commit 3a79f70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/webviews/apps/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1170,4 +1170,8 @@ ul {
}
}

::-webkit-scrollbar-corner {
background-color: transparent !important;
}

@import 'popup';

0 comments on commit 3a79f70

Please sign in to comment.