SharePoint 2010: Branding master page manage scrolling on the body
When branding SharePoint 2010, you might want to remove the scrolling which is happening in the main body area. It works but does not look good.
Try adding this styles below and see the difference.
body {
overflow: visible!important;
height: 100%!important;
}
body #s4-workspace {
height:100%!important;
overflow-y:hidden!important;
overflow-x:auto!important;
}
Categories: Branding, SharePoint 2010 Tags: branding, SharePoint 2010