HI guys!
So I've a table in html. And one of the columns has a popup in the cell to show some information. the table is also quite large so I've added an horizontal scrollbar on the top and bottom of the page with jquery, with the help of @Stanley, see question.
The popup always stays at the bottom of the cell. But the scrollbar hides the last ones.
So what I would like is the popup to stay above the scrollbar.
I tried put
z-index: 999; #popup hover
z-index: 1; #scrollbar
but that doesn't work.
Anyone has any idea?
If any code is needed, just ask.
Thank you all!