Skip to content

Commit ef53d3b

Browse files
committed
Fix the z-index to keep thead behind dropdown #1457
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 23f8aae commit ef53d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/templates/scanpipe/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
.is-grey-link {color: #7a7a7a;}
4040
.is-black-link:hover, .is-grey-link:hover {color: #3273dc; text-decoration: underline;}
4141
.navbar button.navbar-item {font-size: 1em;}
42-
thead.is-sticky {position: sticky; top: -1px; z-index: 100; background-color: #fff;}
42+
thead.is-sticky {position: sticky; top: -1px; z-index: 19; background-color: #fff;}
4343
#inputs-panel .panel-block.dropdown:hover {background-color: #f5f5f5;}
4444
#inputs-panel .dropdown-menu {width: 85%;}
4545
a.panel-block {word-break: break-all;}

0 commit comments

Comments
 (0)