Home › Forums › CSS › Unable to scroll in flex container › Reply To: Unable to scroll in flex container
July 5, 2016 at 5:09 am
#243385
Participant
Hey sebosek,
I came across the same PS(problem statement)
- Every-time the content is loaded it should be at bottom
- It should be able to scroll
To solve these 2 things you can do this:-
mainly 3 step which can be modified in your code
- Add one more
<
div> inside the
<
div> and below
<
div>
- Give .wrapper one more extra css property overflow-y: auto;
-
Finally give the css property of flex: 0 0 auto; to .main-content and flex: 1 1 auto; to .empty-panel;
Let me know if you need in-depth discussion on this …. have a nice day
for the preview you can check here
http://codepen.io/yashwanth89/pen/JKJBXZ