From ea74823562826d757a25aef7235644ed669615c4 Mon Sep 17 00:00:00 2001 From: bendera Date: Sun, 8 Nov 2020 01:43:40 +0100 Subject: [PATCH] #132 fix overlapping issues --- src/gitGraphView.ts | 2 +- web/styles/main.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gitGraphView.ts b/src/gitGraphView.ts index 8efdfe7..6b17bdb 100644 --- a/src/gitGraphView.ts +++ b/src/gitGraphView.ts @@ -685,8 +685,8 @@ export class GitGraphView extends Disposable {
+
-
`; diff --git a/web/styles/main.css b/web/styles/main.css index 5a7342f..7ac3a13 100644 --- a/web/styles/main.css +++ b/web/styles/main.css @@ -72,7 +72,7 @@ body.selection-background-color-exists ::selection{ right:0; height:6px; box-shadow: inset 0 6px 6px -6px var(--vscode-scrollbar-shadow); - z-index:20; + z-index:11; pointer-events:none; } @@ -283,7 +283,7 @@ body.selection-background-color-exists ::selection{ #tableColHeaders.sticky .tableColHeader { position: sticky; top: inherit; - z-index: 3; + z-index: 11; background-color: var(--vscode-editor-background); } .resizeCol{ @@ -795,7 +795,7 @@ body.tagLabelsRightAligned .gitRef.tag{ #controls.sticky { position:sticky; - z-index: 4; + z-index:12; } #repoControl, #branchControl, #showRemoteBranchesControl{