You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, maybe it is evident to seasoned web developers, but I was surprised when I added overflow-y: auto to a div containing some customSelects and they stopped working.
Using the chrome devTools showed that the actual selects were given position:absolute and they didn't move along with the .
The fix was to wrap em in a div with position:relative.
Hope that helps newbies like me.
The text was updated successfully, but these errors were encountered:
Well, maybe it is evident to seasoned web developers, but I was surprised when I added overflow-y: auto to a div containing some customSelects and they stopped working.
Using the chrome devTools showed that the actual selects were given position:absolute and they didn't move along with the .
The fix was to wrap em in a div with position:relative.
Hope that helps newbies like me.
The text was updated successfully, but these errors were encountered: