This is a migrated thread and some comments may be shown as answers.

Scrollbar not showing

1 Answer 142 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alexandre
Top achievements
Rank 1
Alexandre asked on 19 Aug 2011, 08:34 PM
I am using the report viewer in RadPane (ASP.Net ajax) and the scroll bars are not showing up in the viewer...

Everything is fine except that... Do you have an idea?

Thank you

Alex Bouchard

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 24 Aug 2011, 05:00 PM
Hi Alex,

This behavior may occur if you have registered a custom CSS that set overflow: hidden rule to the <body>. Could please try removing all custom CSS from the page and see if the problem still occurs?

Another possible approach to test this case is to add the following CSS to the page:
body
{
    overflow: auto !important;
}


Regards,
Dobromir
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
General Discussions
Asked by
Alexandre
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or