Skip to content

Commit

Permalink
no snap
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 5, 2024
1 parent 98463d3 commit 0f3423f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/website/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Nav({
__html: `
@scope {
nav {
width:100%; overflow:auto; scroll-snap-type: x mandatory;
width:100%; overflow:auto;
position:fixed;
bottom:0;
Expand All @@ -40,7 +40,6 @@ export default function Nav({
li {
padding-inline-start:unset;
scroll-snap-align: center;
}
a {display:block; background:white;}
Expand Down

0 comments on commit 0f3423f

Please sign in to comment.