Skip to content

Commit d2ba12c

Browse files
authored
Merge pull request adrecon#29 from kvn1338/master
Add CSS for sticky header in HTML report
2 parents 9de99fd + d86cb1d commit d2ba12c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ADRecon.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -4318,6 +4318,8 @@ $Header = @"
43184318
th {
43194319
color:white;
43204320
background-color:blue;
4321+
position: sticky;
4322+
top: 0px;
43214323
}
43224324
td, th {
43234325
border:0px solid black;

0 commit comments

Comments
 (0)