When i add a list (ul) to a div that uses display:box, then it breaks the scroll. It works fine with “p”-tags:
Working example (adjust browser window to see scroll): http://jsbin.com/ojeyuj
Non working example (ul-list): http://jsbin.com/ojeyuj/2
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I inserted
at the top of the #box_inner2 css (before flex) and it worked for me. No clue why it doesn’t work with both, but hopefully that solves your problem.
I never knew there was a display: box;, know a good place I can read up on them?