File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
scanpipe/templates/scanpipe Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ v34.9.1 (unreleased)
17
17
Use a list of pipeline names instead.
18
18
https://github.com/aboutcode-org/scancode.io/issues/1454
19
19
20
+ - Make the header row of tables sticky to the top of the screen so it is always
21
+ visible.
22
+ https://github.com/aboutcode-org/scancode.io/issues/1457
23
+
20
24
v34.9.0 (2024-11-14)
21
25
--------------------
22
26
Original file line number Diff line number Diff line change 39
39
.is-grey-link {color : # 7a7a7a ;}
40
40
.is-black-link : hover , .is-grey-link : hover {color : # 3273dc ; text-decoration : underline;}
41
41
.navbar button .navbar-item {font-size : 1em ;}
42
+ thead .is-sticky {position : sticky; top : -1px ; z-index : 100 ; background-color : # fff ;}
42
43
# inputs-panel .panel-block .dropdown : hover {background-color : # f5f5f5 ;}
43
44
# inputs-panel .dropdown-menu {width : 85% ;}
44
45
a .panel-block {word-break : break-all;}
Original file line number Diff line number Diff line change 1
- < thead >
1
+ < thead class =" is-sticky " >
2
2
< tr >
3
3
{% if select_all %}
4
4
< th class ="p-2 ">
You can’t perform that action at this time.
0 commit comments