Matt Brailsford
10/13/2024, 7:19 AMDean Leigh
10/13/2024, 2:32 PMskttl
10/13/2024, 6:07 PMMatt Brailsford
10/14/2024, 11:49 AMskttl
10/15/2024, 7:32 AMmin-h-screen
on the first section intentional?
Also, I would add scroll-snaping to the new section, and then hide the scrollbar (https://tailwindcss.com/docs/scroll-snap-type)
css
.scrollbar-hidden {
-ms-overflow-style: none
}
.scrollbar-hidden::-webkit-scrollbar {
display: none
}
https://cdn.discordapp.com/attachments/1294922536143818877/1295650505275736084/image.png?ex=670f6c10&is=670e1a90&hm=bfc138f80dc18bba2622384df266ec3fc3aab014539ccdaecb74b7d756e960a3&Matt Brailsford
10/15/2024, 8:11 AMMrEssCee
10/17/2024, 7:41 AM