Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • J 445 posts 862 karma points
    Jan 29, 2015 @ 11:09
    J
    1

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 29, 2015 @ 12:22
    Jan Skovgaard
    0

    Hi J

    Is it in the view you want to add scrollbars?

    /Jan

  • J 445 posts 862 karma points
    Jan 29, 2015 @ 14:34
    J
    0

    yes

  • J 445 posts 862 karma points
    Jan 29, 2015 @ 14:37
    J
    0

    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?

  • Russell Fox 1 post 72 karma points
    Apr 03, 2018 @ 15:40
    Russell Fox
    1

    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>
    
Please Sign in or register to post replies

Write your reply to:

Draft