Tagged Questions
5
votes
4answers
209 views
What reasons are there to not break a web applications default scrolling mechanism?
on the project I am working on, they want the web application to have the header, sidebar and footer remain fixed in the browser. So only the content area will scroll. I don't think this is a good ...