Skip to content

Commit

Permalink
fix(client): sticky header leaves 1px gap on top
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Aug 17, 2024
1 parent 6a82a08 commit 6ee3226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ sup.new {

.sticky-header-container {
position: sticky;
top: 0;
top: -1px;
z-index: var(--z-index-main-header);
}

Expand Down

0 comments on commit 6ee3226

Please sign in to comment.