Skip to content

Commit ea74823

Browse files
committed
#132 fix overlapping issues
1 parent 11d67b1 commit ea74823

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/gitGraphView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,8 +685,8 @@ export class GitGraphView extends Disposable {
685685
<div id="commitTable"></div>
686686
</div>
687687
<div id="footer"></div>
688+
<div id="scrollShadow"></div>
688689
</div>
689-
<div id="scrollShadow"></div>
690690
<script nonce="${nonce}">var initialState = ${JSON.stringify(initialState)}, globalState = ${JSON.stringify(globalState)}, workspaceState = ${JSON.stringify(workspaceState)};</script>
691691
<script nonce="${nonce}" src="${this.getMediaUri('out.min.js')}"></script>
692692
</body>`;

web/styles/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ body.selection-background-color-exists ::selection{
7272
right:0;
7373
height:6px;
7474
box-shadow: inset 0 6px 6px -6px var(--vscode-scrollbar-shadow);
75-
z-index:20;
75+
z-index:11;
7676
pointer-events:none;
7777
}
7878

@@ -283,7 +283,7 @@ body.selection-background-color-exists ::selection{
283283
#tableColHeaders.sticky .tableColHeader {
284284
position: sticky;
285285
top: inherit;
286-
z-index: 3;
286+
z-index: 11;
287287
background-color: var(--vscode-editor-background);
288288
}
289289
.resizeCol{
@@ -795,7 +795,7 @@ body.tagLabelsRightAligned .gitRef.tag{
795795

796796
#controls.sticky {
797797
position:sticky;
798-
z-index: 4;
798+
z-index:12;
799799
}
800800

801801
#repoControl, #branchControl, #showRemoteBranchesControl{

0 commit comments

Comments
 (0)