Skip to content

Commit

Permalink
[site] remove unnecessary scrollbar (#4166)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Mar 2, 2022
1 parent ab77b89 commit 49c7870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/kit.svelte.dev/src/routes/__layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
position: relative;
margin: 0 auto;
padding-top: var(--nav-h);
overflow: scroll;
overflow: auto;
overflow-x: hidden;
}
Expand Down

0 comments on commit 49c7870

Please sign in to comment.