Hi,
I'm designing a dashboard using Sortable panels using your example as a reference. I have a news widget where I don't have control over the height of the content which comes over rss. Hence I've added a scrollbar.
This works fine, except that when I try to scroll using the slider, it has a drag & drop effect on the whole widget. The arrows at the top & bottom are however working.
You can see the effect by adding the height & overflow properties to the css ~line 237 as
in the example
http://demos.telerik.com/kendo-ui/web/sortable/sortable-panels.html
Is there a way to get the scrollbar to work ?
Regards
Achilles
I'm designing a dashboard using Sortable panels using your example as a reference. I have a news widget where I don't have control over the height of the content which comes over rss. Hence I've added a scrollbar.
This works fine, except that when I try to scroll using the slider, it has a drag & drop effect on the whole widget. The arrows at the top & bottom are however working.
You can see the effect by adding the height & overflow properties to the css ~line 237 as
/* BLOGS & NEWS */
#blogs div,
#news div {
padding
:
0
20px
20px
;
overflow
:
scroll
;
height
:
300px
;
}
in the example
http://demos.telerik.com/kendo-ui/web/sortable/sortable-panels.html
Is there a way to get the scrollbar to work ?
Regards
Achilles