Answers for "fixed height scrollable div tailwind"

CSS
0

how to make a div scrollable vertically tailwind css

<div class="overflow-y-auto h-32 ...">Lorem ipsum dolor sit amet...</div>
Posted by: Guest on January-16-2021

Browse Popular Code Answers by Language