Skip to content

Commit

Permalink
feat: Make header stick to the top even when scrolling down
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatial committed Dec 25, 2023
1 parent 4d0273f commit d6efaf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/report/report_viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ html, body {
display: flex;
justify-content: space-between;
align-items: center;
position: sticky;
top: 0;
}

.file-header__back {
Expand Down

0 comments on commit d6efaf3

Please sign in to comment.