Skip to content

Commit 39a6ace

Browse files
author
Kristan Kenney
committed
Reduce z-index for table header
1 parent 7b7824f commit 39a6ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/css/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
16391639
margin-top: 1px;
16401640
position: sticky;
16411641
top: 145px;
1642-
z-index: 1000;
1642+
z-index: 100;
16431643
}
16441644

16451645
.table-header:hover {

0 commit comments

Comments
 (0)