summaryrefslogtreecommitdiff
path: root/3 resources/TailwindCSS/Prevent overflow.md
blob: 8a4abedafd4b704a7e4bbfb482db4f65e5d8de3c (plain)
1
2
3
When creating the wedding invitation I had an issue where the page would allow
scroll horizontally because the flower on the top-right was too big.
Adding the tailwindcss class `overflow-hidden` basically hides all parts that overflow from the container.