Skip to content

Commit 1ba5cf5

Browse files
authored
Fix docs header z-index. (#65)
1 parent 859a329 commit 1ba5cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-site/docs/_sass/components/docs/_doc-header.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
.doc-header {
9696
position: sticky;
9797
top: 0;
98-
z-index: 2;
98+
z-index: 4;
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)