-
-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appear over element which has a "fixed" CSS position. #160
Comments
@CassySpencer is this page public where I can see the issue? z-indexes are not that easily comparable between any 2 elements on the page, so I need to see the actual page to be able to suggest something. |
Thank you. The page is not publicly accessible. Can you trying adding a "fixed" positioned next to something that shows your tooltip and see who that affects the tooltip? |
@chinchang Have you had any luck with this? |
@CassySpencer As mentioned, the issue isn't something because of just fixed positioned element. For example, see the demo here -> http://codepen.io/chinchang/pen/dvZpjd |
@chinchang Thank you So much :) |
Please can someone help me?
I'm seeing a strange bug where the tool tip hides beneath an element that has a fixed position.
You can see in my screenshot that my tooltip has a z-index of 1000000 and next to it is a golden did that has a z-index of 10. The golden DIV also as a fixed position. However whenever the tooltip appears, it always hides beneath the golden DIV. I have to keep the position fixed as the gold DIV is a toolbar and must remain floating above other elements.
Please can someone help as I don't know too much about CSS?
Thank you.
The text was updated successfully, but these errors were encountered: