5102 Posts in 1520 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 634 Views |
-
Adding scroll bars to module in administrative area

2 October 2010 at 4:23am
I created a new module for SilverStripe. In the administrative area, there are no scroll bars so some content is not accessible.
What JavaScript, CSS or template code should I use to get scrollbars?
-
Re: Adding scroll bars to module in administrative area

2 October 2010 at 4:34am
jQuery('#ModelAdminPanel').css('overflow', 'auto');
| 634 Views | ||
|
Page:
1
|
Go to Top |


