Skip to content

Commit 7defbec

Browse files
committed
fix: prevent diff header overlapping popovers
1 parent 5aa32b9 commit 7defbec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/diff-viewer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
.diff-viewer-sticky {
6363
position: sticky;
6464
top: 0;
65-
z-index: 3;
65+
z-index: 1;
6666
height: 0;
6767
overflow: visible;
6868
pointer-events: none;

0 commit comments

Comments
 (0)