Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
As per the title how do i add scroll bars to the custom section in Umbraco 7 which uses a Web form behind the scene?
Thanks
Hi J
Is it in the view you want to add scrollbars?
/Jan
yes
Actually thinking about it i have a custom section which loads an ASP .net webpage. When this page is viewed in Umbraco 7 it doesnt display the bottom of the page. So not sure if you would consider that as a view?
probably late but I think I had the same problem as you. I wanted a scrollbar in my custom section.
I wrapped my existing elements in :
<div class="umb-panel-body umb-scrollable row-fluid"> <div class="tab-content form-horizontal" style="padding-bottom: 90px"> <div class="umb-pane"> <div class="myCustomAdmin" ng-controller="myCustomAdmin.EditSomething"> </div> </div> </div>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to add scroll bar to custom section
As per the title how do i add scroll bars to the custom section in Umbraco 7 which uses a Web form behind the scene?
Thanks
Hi J
Is it in the view you want to add scrollbars?
/Jan
yes
Actually thinking about it i have a custom section which loads an ASP .net webpage. When this page is viewed in Umbraco 7 it doesnt display the bottom of the page. So not sure if you would consider that as a view?
probably late but I think I had the same problem as you. I wanted a scrollbar in my custom section.
I wrapped my existing elements in :
is working on a reply...