Skip to content

Commit b5590c8

Browse files
committed
Display a bottom border on the table fixed headers
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 3f57dab commit b5590c8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dejacode/static/css/dejacode_bootstrap.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,11 @@ dd.reduced pre {
253253

254254
/* -- Object list table -- */
255255
#object-list-table thead {
256-
position: sticky;
257-
top: 52px;
258-
z-index: 1;
259-
font-size: 0.875rem;
256+
position: sticky;
257+
top: 52px;
258+
z-index: 1;
259+
font-size: 0.875rem;
260+
box-shadow: 0 2px 0 var(--bs-border-color);
260261
}
261262
th.column-grouping {
262263
width: 36px;

0 commit comments

Comments
 (0)