Skip to content

Commit 1197503

Browse files
committed
Add bottom border for the sticky headers #1459
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 3870d35 commit 1197503

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scancodeio/static/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ thead.is-sticky {
196196
top: -1px;
197197
z-index: 19;
198198
background-color: var(--bulma-scheme-main);
199+
box-shadow: 0 2px 0 var(--bulma-border);
200+
}
201+
#column-runs {
202+
min-width: 280px;
199203
}
200204
#inputs-panel .panel-block.dropdown:hover {
201205
background-color: #f5f5f5;

0 commit comments

Comments
 (0)