Adam Smith
Adam Smith
Hey there, Can you try downloading the [development version](https://github.com/adchsm/Slidebars/archive/master.zip) and see if the error still occurs. Thanks, Adam
Hmm that's interesting. Perhaps the animation isn't completing in time (set to 400ms in the css), and changing it before its finished is triggering another 400ms animation. Thanks, that's a...
Can you guys try the current development version 0.10.3? I've been using it for a while and not experienced this problem. Let me know :) Thanks, Adam
Hi kubik101, Thank you so much, that's a great find and strange! I'll look into it and apply a fix! I'll keep you updated. Thanks, Adam
Interestingly it only occurs with reveal and push styles. I'll keep looking.
Hmm you could try this: ``` css html.sb-active { overflow: hidden; } ``` This should stop scrolling when a Slidebar is open! Let me know if that works! Thanks, Adam
Hmm, ok try this then: ``` css html.sb-active:not(.sb-static) { overflow: hidden; } html.sb-active:not(.sb-static) body { height: 100%; overflow: hidden; } ```
Hmm, what did you test that on? I tested it on iOS 7 and it worked ok.
Are you using the stcock browser or something else? Or are multiple effected?
Hi manfuku, Thanks for letting me know, i'll be sure to check it a go. Adam