From bdc4530c68845e0e88a7975eaca18e4391360bea Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 30 Jan 2023 14:44:33 -0500 Subject: [PATCH] Removes z-index bump for minimap --- src/webviews/apps/plus/graph/minimap/minimap.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webviews/apps/plus/graph/minimap/minimap.ts b/src/webviews/apps/plus/graph/minimap/minimap.ts index 61c62e4..476dd70 100644 --- a/src/webviews/apps/plus/graph/minimap/minimap.ts +++ b/src/webviews/apps/plus/graph/minimap/minimap.ts @@ -58,7 +58,6 @@ const styles = css` min-height: 24px; height: 40px; background: var(--color-background); - z-index: 2000; } #chart {