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
This issue is related to css
.movingColumn {
position: fixed;
}
This needs to be changed to absolute. Even though this works for Firefox and Chrome, because it doesn't reference the browser window as it should. it might be related to or similar to http://meyerweb.com/eric/thoughts/2011/09/12/un-fixing-fixed-elements-with-css-transforms/.
The issue with changing it to absolute is it messes up the scrolling badly.
Although the moving column repositions correctly in IE but moving column is not seen (tested with latest version of IE: IE11).
The text was updated successfully, but these errors were encountered: