Jump to content

Resourcebrowser problem


Scooby

Recommended Posts

Ive been using the resourcebrowser resource just fine for a long time (using firefox),

but for the last few months, i cant scroll down some of the windows anymore.

for example, if i have more than a screens worth of players listed on the scoreboard,

there is no way to see who they are because there is no scroll bar to view the players off screen.

yet theres a scrollbar in the resource manager tab.

i dont know if this was due to changes in an update or if it is due to a firefox update issue.

does anyone else have this problem or has anyone had it and fixed it?

or ideally does anyone know how i can add a scrollbar to it?

any help would be appreciated.

also, i tried to view it in IE and i dont get any of the tabs at all

Link to comment

I tried in a few browsers on Windows 8.1 with the following results:

  • Firefox 33.1 Passed
  • Opera 25.0.1614.68 Passed
  • Chrome 35.0.1916.114 Passed
  • IE 11 Passed

All of them where able to scroll without any issues so I checked css.css inside the resourcebrowser folder, couldn't find any 'overflow' property which is what handles the scrollbar, if that's not set the browser will use a default value. First you may try upgrading your browser, then the actual resource, if none of those works open that css file again and add the overflow property inside the body tag:

body { 
    overflow:auto; /* Force scrollbars on overflow */ 
    margin: 20px; 
    padding: 0px; 
    background: #000000; 
    font: bold 1em "Trebuchet MS", Arial, sans-serif; } 

More info may be found here: http://www.w3schools.com/cssref/pr_pos_overflow.asp, good luck.

Link to comment

i tried updating firefox which was already 33.1 but i updated to 33.1.1

which made no difference, i then updated the .css file with ur text, that had no effect either.

finally i redownloaded the updated resource and it worked.

so im not really sure why it stopped in the first place but the problem is fixed.

thanks for your help MrBrutus :)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...