0

I am using several custom query web parts in the front page of the SharePoint site to show data from a sub-site. They are document libraries and blog posts. How can I enable paging or scrolling for the web parts?

1 Answer 1

0

I figured out the answer.

Edit the master page in SharePoint Designer and add the following style,

<style type="text/css"> .ms-wpContentDivSpace { height:200px; overflow:auto; } </style> 

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.