Skip to content

Commit

Permalink
Fix scroll bar flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
udontur committed Jul 17, 2024
1 parent 786b39e commit c77e424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ nav>ul>li:last-child::after {
display:none
}
body {
overflow-y: scroll;
max-width:var(--ct-width);
padding:0 1.5rem;
margin:0 auto;
Expand Down

0 comments on commit c77e424

Please sign in to comment.