Page 1 of 1

Panel with scrollbar

Posted: Fri Feb 28, 2014 6:35 am
by pritu patel

I am using very big list in panel.
So the scrollbar it outside of panel. i want that inside of the panel.
How to do this??
same as following image.
Image

I want to put scrollbar like this.


Panel with scrollbar

Posted: Fri Feb 28, 2014 7:45 am
by Maryna Brodina

Hello! You have to customize panel with CSS. Set for panel fixed height and overflow (see here https://developer.mozilla.org/en-US/d...)


Panel with scrollbar

Posted: Fri Feb 28, 2014 8:17 am
by pritu patel

thank you


Panel with scrollbar

Posted: Fri Feb 28, 2014 12:15 pm
by Cloud Back

Hello Pritu, what components did you use on your navigation drawer to achieve your layout style?


Panel with scrollbar

Posted: Mon Mar 10, 2014 10:26 am
by pritu patel

I want to use touchoverflow in panel .how to use it to scroll panel??


Panel with scrollbar

Posted: Tue Mar 11, 2014 4:06 pm
by Nikita

Hello,

Please look at this link:
http://css-tricks.com/snippets/css/mo...


Panel with scrollbar

Posted: Wed Apr 02, 2014 11:45 am
by pritu patel

No this not working!!


Panel with scrollbar

Posted: Wed Apr 02, 2014 12:06 pm
by pritu patel

Is there any another solution??


Panel with scrollbar

Posted: Wed Apr 02, 2014 8:39 pm
by Maryna Brodina

Hello!

Please inspect element in console, check what styles are applied. Perhaps they are overwritten with another styles.