Actions
Feature #19
openextplorer cannot handle a lot of user accounts
Status:
Neu
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/20/2011
% Done:
0%
Estimated time:
Description
There is no scroll bar if you have a lot of users - so you cannot manage them.
Updated by BeYourSite Site over 13 years ago
I have a solution: find this file scripts\extjs3\resources\css\ext-all.css and on line
6694 add this to .x-panel-mc
min-height: 100px;
overflow: scroll;
rhis will create a scroll and your box will be with 100px because this changes
the login box also.
Actions