Monday, June 02, 2008

CSS change for rendering Reporting Services correctly in FireFox

Our FireFox users are having an issue with Reports rendering in a small scroll like box. They can only see the first two inches of a report and must scroll down to see the rest.

From what I can tell, a number of people are having this issue. If you search for "Reporting Services in FireFox" the first hit you get is Jon Galloway's post where he describes making the following CSS change.

/* CUSTOM CHANGE BY <My Company Name>: Fix report IFRAME height for Firefox */

.DocMapAndReportFrame {
min-height: 860px;
}

I ran a few test reports after making this change and I think it's going to work for us for now.

No comments: