Posts Tagged ‘branding’

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;

 

}

1 comment - What do you think?  Posted by Tosh - October 31, 2011 at 10:11 am

Categories: Branding, SharePoint 2010   Tags: ,