mdbootstrap / perfect-scrollbar

Minimalistic but perfect custom scrollbar plugin. Get more free components with Material Design for Bootstrap UI Kit (link below)
https://perfectscrollbar.com/
MIT License
346 stars 66 forks source link

Does Perfect Scrollbar work in Flexbox children? #81

Open dragontheory opened 5 years ago

dragontheory commented 5 years ago

Hey there,

I would like to use your plugin for a pure flexbox layout. I need it to scroll inside the flexbox container's children. I don't declare any height on purpose because I want to keep the UI flexible and adjust with the height of the browser window. Is that a deal killer? I have a demo at the below fiddle. You can see the flexbox work by resizing the height of the results container. Everything resizes nicely with it. Thanks very much.

https://jsfiddle.net/dragontheory/24qy9sp7/

adriver-kwiboo commented 5 years ago

I presume you are trying to replace the default scrollbars within .content with perfectscrollbars? i.e.

https://jsfiddle.net/rvwqpefh/

dragontheory commented 5 years ago

Thank you for responding!

I am trying to replace the scrollbars for only the .content DIVs. Your example seems to scroll both the .content DIVs and the overall .container DIV.

Please advise.

Thanks you.

Screen capture shows a scroll bar covering both .content DIVs. Capture1

atomoc commented 4 years ago

I have the same problem

atomoc commented 4 years ago

image