-
How to show dropdown outside the scroll content section with help of CSS property in Salesforce?
I have section for which height is 200px and I am using [overflow:auto] property. This [overflow:auto] property is mandatory to our section for scroll content.
I have a link with text name as country. When I hover on country text, a dropdown becomes visible which has an height of 400px and is shown inside the scroll section.
Log In to reply.