Skip to content

Instantly share code, notes, and snippets.

@DoctorDerek
Created August 24, 2021 03:33
Show Gist options
  • Save DoctorDerek/177da520b5e76c3ad907b2a539415018 to your computer and use it in GitHub Desktop.
Save DoctorDerek/177da520b5e76c3ad907b2a539415018 to your computer and use it in GitHub Desktop.
10 Ways to Fix Horizontal Scroll Bars with CSS width: 100vw on Websites https://medium.com/p/39b3a5e81cf
<section class="w-full flex flex-col items-center content-center border-4 border-purple-500 border-solid bg-blue-500">
<div class="text-4xl font-bold bg-gray-100 fixed right-4 bottom-4">Tailwind CSS: w-full</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment