Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hitko31486y@jespersh 255139 & related (489100, 629059, 779896, 969795, 1045877, 1499027, 1526738, ...)
-
hitko31486y@filthyranter See https://jsfiddle.net/Lfe6z17g/
Clearly overlay should be drawn over content, since it's fixed and has the highest z-index; this is what happens in other browsers, and this is what happens in Firefox unless wrapper has display: inline. -
Kimmax111066yAre you sure that's not a z-index stacking context problem?
It ain't working on my mobile chrome either, but I'm going to check that out on pc -
karma110516yRead about display types ... If you still use relative and inline in 2019 or is this post part of the 10 year challenge? I am so confused rn
-
hitko31486y@karma Right. Now would you please explain how one should place a tooltip above some text without using a shitload of JS or external frameworks?
Related Rants
Today on "fuck Firefox": elements with display: inline and position: relative completely mess up z-index and nested fixed / absolute positioned elements. It's a known bug, it has open issues on bugzilla since 2005, but still no fix. IE 8 can get it right, but not Firefox...
rant
browser
wtf
firefox
ie
css