vue-sticky-directive icon indicating copy to clipboard operation
vue-sticky-directive copied to clipboard

A powerful vue directive make element sticky.

Results 24 vue-sticky-directive issues
Sort by recently updated
recently updated
newest added

Would be nice to have ability to sticky left and right

Hello, first of all, thanks for very good plugin. I really like it and using it a lot :) Anyway, I have one minor feature request which would be really...

Is there a way so that I can make the element sticky, first when the element hits the bottom of the viewport? Currently, when the element is sticky from, I...

Hi. first of all: Thank you for this great plugin Unfortunately we have a problem with resizing or changing the orientation. In these cases, "vue-sticky-placeholder" is not recalculated. Only when...

Hi, This plugin use ES6, which is not supported by IE11. Could you transpile your ES? to ES2015 using Babel ? Using nuxt i was able to add the plugin...

Hi! Thank you for your plugin. I have issue with z-index; If `sticky-container` is not first parent of element with `v-sticky`, all of this parents (elements) will be set inline...

My component was not sticking when I tried using string value of `'bottom'` for sticky-side. After some investigation, I realized it's because I had a data attribute named `bottom`, and...

Hi, In v0.0.10, the `module` field was added to `package.json`, but there is [a bug in webpack](https://github.com/webpack/webpack/issues/5756), `module` gets prioritised over `main` This is an issue because we need ES5...