Skip to content

Commit 1701d57

Browse files
authored
Set z-index for sticky diff box lower (#12537)
Fix #12525 Signed-off-by: Andrew Thornton <art27@cantab.net>
1 parent 1ca652c commit 1701d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web_src/less/_repository.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@
15791579
&.sticky {
15801580
position: sticky;
15811581
top: 0;
1582-
z-index: 800;
1582+
z-index: 8;
15831583
margin-bottom: 10px;
15841584
border-bottom: 1px solid #d4d4d5;
15851585
padding-left: 5px;

0 commit comments

Comments
 (0)