Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Padding on flexbox with box-sizing: border-box #310

Open
WebWorkingMan opened this issue Jun 30, 2015 · 3 comments
Open

Padding on flexbox with box-sizing: border-box #310

WebWorkingMan opened this issue Jun 30, 2015 · 3 comments

Comments

@WebWorkingMan
Copy link

Hi,

I've a problem using

  • flexbox
  • border-box
  • padding

together. The padding isn't displayed (http://jsfiddle.net/1t2t1j1c/). If I don't set

  • box-sizing: border-box;

the scrollbar isn't displayed (http://jsfiddle.net/jcudqr4s/)

@illuusio
Copy link
Collaborator

Is this still relevat?

@WebWorkingMan
Copy link
Author

Somehow I've gotten around this problem, but watching the fiddle I can still reproduce the errors. So perhaps it will be relevant for someone else?!

@illuusio
Copy link
Collaborator

illuusio commented Jan 21, 2018

Ok.. I track down the problem. You just don't see the bar because it's not visible area. Got to figure out how to overcome. Thats why Border-Box is working and without it isn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants