File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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>` ;
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments