Copied to clipboard

Flag this post as spam?

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


  • bob baty-barr 1180 posts 1294 karma points MVP
    May 18, 2010 @ 20:51
    bob baty-barr
    0

    scrollbars on improved media picker when creating new media

    i am sure others have discovered this as well, but when using Tim G's awesome improved media picker, there are no scrollbars when creating new media and selecting where to save the new item in media.

    i found an inline style for #body in the /umbraco/dialogs/treePicker.aspx

    it only has a property of padding... so i added some stuff to make it looks like this...

    #body{height: 190px; padding-left: 7px; overflow: scroll;}

    not sure if this screws anything else up at this point... but it was a quick fix for me.

  • dillorscroft 198 posts 192 karma points
    May 18, 2010 @ 21:10
    dillorscroft
    0

    I found the solution worked slightly better in Chrome and Firefox if you just change the same line to overflow:scroll and leave the padding and height off.  I haven't checked it it in IE8 as yet though.

Please Sign in or register to post replies

Write your reply to:

Draft