Css – How to override Overflow property of the parent wrapper for child element while keeping it relative to its parent
I am currently using Tailwind CSS v3.3.3 along with Vue JS 3. I need to override the property of the parent wrapper which has overflow-y-auto for the child element which is set as position absolute and which is further nested…