You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with bootstraptabs with a parallax element within it. When the tab is visible it's fine, but when it is not the element is 'pushed' off to the left to hide it. Which is fine, but it doesn't push it all the way off the page'
.parallax-mirror has a style of left: 0 but I think it should be some thing like this left: -10000px;
I've tried to edit the js but I can't seem to get it to work.