This has been very annoying for me. I searched for hours now in order to solve this. However I have not been able to find a satisfying solution.
On a SP Webpart page I have added an Excel Web Access Webpart. I am trying to display a named range (which works fine). I have adjusted all settings so that it looks clean for a presentation on a dashboard.
The remaining problem however is the double scrollbars that appear vertically:
By using Chrome developer tools I have been able to identify the html elements
class="ewr-sheetcontainer ewr-grdblkcontainer ewa-scrollbars"
and by altering to overflow:hidden I have been able to remove the inner scrollbars (both horizontally and vertically). However, the outer scroll bar (dark grey in the picture above) remains.
I assume it is some kind of webpart scrollbar that can be removed by adjusting the webpart-size correctly. However I cannot figure out how (adjusting the "appearance" to fixed pixels or automatic has not helped).
Thanks for your help in advance.
