Actions
Fehler #9
closedNo scroll bar in users' list
eXtplorer Version:
Joomla! Version:
Description
The scroll bar is missing in the users' list in the admin section. This means that above a certain number of users, the command buttons at the bottom cannot be reached because the list of users takes up all of the space, and therefore adding, editing, and removing users becomes impossible! Please add a scroll bar to this screen.
Updated by Ivan Santos over 13 years ago
Hey i fond the property to put the scroll.
In the scripts\extjs3\resources\css\ext-all.css in the line 4503, you change the overflow to:
overflow-x: hidden;
overflow-y: auto;
Updated by Gary Csorgo over 13 years ago
This is great! I just wish Sören was here to see it... :-)
Updated by Tim Alatorre over 13 years ago
- Category set to Bug
- Status changed from Neu to Erledigt
- Assignee changed from Sören Eberhardt-Biermann to Tim Alatorre
- % Done changed from 0 to 100
Thanks for the help Ivan. We don't modify the extjs framework source code. I made the change in /style/style.css and it is included in revision 197 of the eXtplorer source code.
Actions