Skip to content

Commit 3776570

Browse files
committed
fix z-index of commit detail view
previously commit info was hidden
1 parent 0035d95 commit 3776570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ table { border-collapse: collapse; }
500500
right: 0;
501501
top:0;
502502
bottom:0;
503-
z-index: 11;
503+
z-index: 1;
504504
pointer-events: none;
505505

506506
}

0 commit comments

Comments
 (0)