Salvatore Tedde
Salvatore Tedde
@pkev777 That's why I haven't tried it yet, I don't want to eject, so for now I've converted my SVGs in React components ;)
Try this: https://github.com/garand/sticky/issues/106
You need to share the code, are you disabling the correct element?
I have found a very easy fix. I just need to call unstick BEFORE I call stick. ``` var $el = $('.element'); window.onresize = function() { if ($(window).width() >= 768)...
Are you sure that the `domain` is correct? Is `.localhost` the postman domain?
Can you try with `localhost` instead of `.localhost`? The domain has to be exact or it will not send the cookie.
You're right, I'll fix it. The docs are also wrong because only `path` prop makes sense there.
Another related note about the documentation, on [this page](http://arnaudleray.github.io/pocketgrid/docs/#automatic-rows-in-real-life), the text: "The "clear: left" solution is not compatible with IE6 and IE7." is not accurate, the nth-child is not supported...
There's nothing wrong with your code, I don't understand why that would not work, maybe you have some browser extension enabled that would remove it?
Check the [tutorial here](https://www.bigfork.co.uk/takeaway/a-beginners-introduction-to-using-entwine-in-silverstripe).