-
6 Feb 2013 2:21 AM #1
Answered: Always show scroll indicators in formpanel
Answered: Always show scroll indicators in formpanel
Hello,
i'am searching for a way to show the scroll indicators of formpanels permanently.
Any advice?
Thanks!
-
Best Answer Posted by greg.barry
You should be able to modify the formpanel's scrollbar's CSS like so:
Thanks!Code:.x-form .x-scroll-indicator { opacity: 0.5 !important; }
Greg
-
20 Feb 2013 6:42 PM #2
FormPanel's CSS
FormPanel's CSS
You should be able to modify the formpanel's scrollbar's CSS like so:
Thanks!Code:.x-form .x-scroll-indicator { opacity: 0.5 !important; }
Greg
-
21 Feb 2013 1:17 AM #3


Reply With Quote