jquery - How to make the child element display on top of parent's scrollbar -
I have a custom dropdown inside the table cell The table containing the cell is in the cover that is horizontally scrolled Should be done, but not horizontal scrolling works fine, but I found out that
overflow-x: auto; Overflow-y: visible; According to the specs,
will not work together. The dropdown content is displayed below the scrollbar of the original container. I am trying to display the dropdown at the top of the horizontal scrollbar.
Here's the one that I have yet. I'm not sure how I can not display the vertical scrollbar when you click on the dropdown. I'm just thinking of cloning the dropdown menu, adding it to the end of the body and then putting it in the original position where it basically floats on everything and does not affect the container of the table. Thing, I have to think about how to scroll it with the table when the container is scrolled.
Thank you.
This is impossible because the .wrapper
wrap all the contents if you type the .content
to overlap the scrollbar, then .content
should be outside of .wrapper
. I will send you the demo shortly for this. Wait!
Link to:
Comments
Post a Comment