Skip to content

Commit 3c8ab43

Browse files
committed
#132 fix overlapping issues
1 parent 94c4986 commit 3c8ab43

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
@@ -648,8 +648,8 @@ export class GitGraphView extends Disposable {
648648
<div id="commitTable"></div>
649649
</div>
650650
<div id="footer"></div>
651+
<div id="scrollShadow"></div>
651652
</div>
652-
<div id="scrollShadow"></div>
653653
<script nonce="${nonce}">var globalState = ${JSON.stringify(globalState)}, initialState = ${JSON.stringify(initialState)};</script>
654654
<script nonce="${nonce}" src="${this.getMediaUri('out.min.js')}"></script>
655655
</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{
@@ -791,7 +791,7 @@ body.tagLabelsRightAligned .gitRef.tag{
791791

792792
#controls.sticky {
793793
position:sticky;
794-
z-index: 4;
794+
z-index:12;
795795
}
796796

797797
#repoControl, #branchControl, #showRemoteBranchesControl{

0 commit comments

Comments
 (0)