Answers for "tailwind no horizontall scroll"

CSS
0

no scrollbar tailwind

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
Posted by: Guest on October-16-2021
0

tailwind scroll horizontal

<div class="overflow-x-auto ...">QrLmmW69vMQD...</div>
Posted by: Guest on January-16-2021

Browse Popular Code Answers by Language