fixed-sticky icon indicating copy to clipboard operation
fixed-sticky copied to clipboard

Support left/right position

Open oliverzy opened this issue 9 years ago • 7 comments

Hi,

This is a great polyfill. However, it only supports top/bottom position values, is there any plan to support left/right as well?

oliverzy avatar Aug 03 '14 04:08 oliverzy

That is a good question. My hunch is that 90% of the use cases will be vertical and not horizontal, but I’ll leave this open and if people want this they can leave a comment. Or if someone wants to code this themselves, feel free and we’ll look at merging in, I don’t think the impact will be huge.

zachleat avatar Aug 04 '14 15:08 zachleat

Just needing that feature now and it seems barely any sticky polyfill seems to be able to do this. Would be a really useful option for us.

Globegitter avatar Aug 21 '14 13:08 Globegitter

would be really helpfull for us, too. just wanted to let you know that ;)

stefan-niedermann avatar Mar 09 '15 14:03 stefan-niedermann

This would be pretty helpful for us as well..

jeropaul avatar Jul 02 '15 02:07 jeropaul

For me too !

sdebacker avatar Aug 22 '15 20:08 sdebacker

Ditto. I'm sad that this won't work with a sidebar in Chrome. :(

pugson avatar Jan 29 '16 14:01 pugson

I assume this is also mostly because of the usage of position: static while the element is not fixed on the page.

anselmh avatar Feb 18 '16 08:02 anselmh