Slidebars
Slidebars copied to clipboard
CSS background-attachment:fixed not working
This issue is raised before in 2014. https://github.com/adchsm/Slidebars/issues/11 The suggested fix is applying -webkit-backface-visibility: visible;
But this doesn't work out for iOS. Would love to hear if there is another fix/workaround? Because in the current state of Slidebars it's simply not possible to combine it with containers that are fixed with an image.
Hey there,
Thanks for letting me know this is still an issue. I'll look into it.
Thanks,
Adam
I've just testing this on iOS and didn't have an issue, I've simply applied the background image to a class and added the class to the canvas container: https://jsfiddle.net/qqadxy0e/1/
How were you experiencing the issue?
Hello @adchsm sorry to bring this topic up but if you have a div within canvas="container" with a fixed background property, the background seems to be only fixed in Explorer but the not Chrome/Firefox.
Any idea why?
Edit
I saw line 118 in slidebars.css and it seems to fix the problem for Chrome/Edge (in Firefox the background isn't fixed though)