primer / github-vscode-theme

GitHub's VS Code themes
https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
MIT License
1.89k stars 195 forks source link

Background rendering is duplicated and incorrect in Go to Reference View #366

Open yiliang114 opened 1 year ago

yiliang114 commented 1 year ago

Description

image

sticky scroll is enable in go to reference view, Background rendering incorrect, It should be opaque when it's scrolling

Steps to reproduce

  1. Set github dark dimmed theme.
  2. Find some code such as a function, and click Go to Reference in right menu.
  3. Try to scroll code in the Refrence View

Version

v6.3.4

Theme

No response

palango commented 1 year ago

I found this today. Other themes seems to not use transparency for the sticky scroll parts.

palango commented 1 year ago

Seems to be the same issue as #361