Slideover component content hidden inside parent DIV on mobile only #140
Answered
by
sethaddison
sethaddison
asked this question in
Q&A
|
I'm using the slideover component on each row of a table (CSS/div table, not HTML table) so that the slideover opens when each row is clicked. The row contents are in a partial, and the slideover displays more info about that particular row. This is working perfectly on all devices except mobile. On mobile only, the slideover sidebar is hidden within the parent div. I'll provide a screenrecording on my mac, and one on my iphone. Any help is much appreciated! My Div table: My row partial: |
Answered by
sethaddison
Feb 9, 2022
Replies: 1 comment
|
I discovered my bug, and it has nothing to do with the stimulus controller. For reference, my parent table div was using the css class |
0 replies
Answer selected by
sethaddison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I discovered my bug, and it has nothing to do with the stimulus controller. For reference, my parent table div was using the css class
-webkit-overflow-scrollingwhich was creating this unusual side-effect.