[Webkit-unassigned] [Bug 224415] position: sticky with display: inline-block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 16 11:37:26 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224415

--- Comment #1 from Atomkind <maiksweb3 at web.de> ---
some other examples of

how it should work (but does not on any browser!):
https://jsfiddle.net/m7uxthqg/3/

and

how it actually works but there are still some downsides: 
https://jsfiddle.net/heqbdw9x/

downside 1:
Have to add another wrapping element with display: block

downside 2:
:hover elements, labels, links, ankers - they are not clickable because of the overlapping block-wrapper!


Also adjustment:
working around with position: fixed would not work because this element need to be sticky, because there is a big footer element where the "to top" should not fly over!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210416/f96e67eb/attachment.htm>


More information about the webkit-unassigned mailing list