Browse Source

Removes z-index bump for minimap

main
Eric Amodio 1 year ago
parent
commit
bdc4530c68
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/webviews/apps/plus/graph/minimap/minimap.ts

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

@ -58,7 +58,6 @@ const styles = css`
min-height: 24px; min-height: 24px;
height: 40px; height: 40px;
background: var(--color-background); background: var(--color-background);
z-index: 2000;
} }
#chart { #chart {

Loading…
Cancel
Save