Box-sizing border-box issue
-
Hi,
when using the box-sizing as border-box in Firefox, the enlarged image kind of ‘skips’ into center of the screen. I’m using this CSS (Zurb Foundation 3 framework):*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
and when I disable these, Fancybox works normally without any skipping. Since I can’t really remove the border-box without breaking my whole layout, is there a workaround I can use?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Box-sizing border-box issue’ is closed to new replies.