Overflow-y: auto does not work
Hi guys, I'm trying to make the
div scrollable inside a parent. I'm using overflow: hidden for parent and overflow-y: auto for the div but it does not work. Can anyone help me? I'm using tailwind css
