Skip to content

Commit

Permalink
Fix header jumping on scroll apearing (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Nik Nasr <[email protected]>
  • Loading branch information
nikrooz authored Feb 14, 2025
1 parent e47f8b6 commit c266186
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web-ui/app/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
html {
font-family: 'Inter var', 'Helvetica', system-ui, sans-serif;
}
body {
padding-left: calc(100vw - 100%);
}
}

*[data-testid='underlay'] {
Expand Down

0 comments on commit c266186

Please sign in to comment.