Skip to content

Commit

Permalink
fix: scrollbar-gutter pushing content
Browse files Browse the repository at this point in the history
  • Loading branch information
flmel committed Oct 9, 2024
1 parent 66363d9 commit 17dc68d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:root {
--gateway-page-container-padding-y: 2rem;
--gateway-page-container-padding-x: 1rem;
scrollbar-gutter: stable;
}

p,
Expand Down Expand Up @@ -75,4 +76,4 @@ w3m-modal {
right: 2px;
bottom: 10px;
}
}
}

0 comments on commit 17dc68d

Please sign in to comment.