Browse Source

Fixes graph splitter overlaying hidden refs popup

main
Eric Amodio 2 years ago
parent
commit
19eeb42723
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 1
- 0
src/webviews/apps/plus/graph/graph.scss View File

@ -714,6 +714,7 @@ a {
background-color: var(--vscode-menu-background); background-color: var(--vscode-menu-background);
border: 1px solid var(--vscode-menu-border); border: 1px solid var(--vscode-menu-border);
padding: 0; padding: 0;
z-index: 1001;
ul > li { ul > li {
padding: 0 0.6rem; padding: 0 0.6rem;

Loading…
Cancel
Save