RanvierMUD / soma

DEPRECATED not usable with version 3.x
http://ranviermud.com
MIT License
23 stars 15 forks source link

Opening an area #8

Open marcelomoreli opened 6 years ago

marcelomoreli commented 6 years ago

I have 100+ areas, I can only open the first 6 - Others doesn't show on screen and I don't have a scrollbar or anything like that.

Xalior commented 6 years ago

I can confirm I get this, my personal work-around was to enable developer tools, find the element 'area-list id="areaList"' and add my own 'style="overflow: scroll"' to it.