Skip to content

Commit b10c829

Browse files
devvaannshabose
authored andcommitted
fix: git history viewer close button overlaps tab bar
1 parent 0980448 commit b10c829

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/extensions/default/Git/styles/git-styles.less

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,8 @@
455455

456456
#history-viewer {
457457
position: absolute;
458-
top: 0px;
459-
right: 0px;
460-
bottom: 0px;
461-
left: 0px;
458+
inset: 0;
459+
z-index: 2;
462460
overflow: hidden;
463461
background: @bc-panel-bg;
464462
.flex-box(column);

0 commit comments

Comments
 (0)