Skip to content

Commit

Permalink
Merge pull request #29 from kvn1338/master
Browse files Browse the repository at this point in the history
Add CSS for sticky header in HTML report
  • Loading branch information
prashant3535 authored Oct 15, 2024
2 parents 9de99fd + d86cb1d commit d2ba12c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ADRecon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4318,6 +4318,8 @@ $Header = @"
th {
color:white;
background-color:blue;
position: sticky;
top: 0px;
}
td, th {
border:0px solid black;
Expand Down

0 comments on commit d2ba12c

Please sign in to comment.