clearfix for firefox works better with overflow: -moz-scrollbars-none
This commit is contained in:
parent
9af18fa20f
commit
fc17de9f62
@ -3,6 +3,7 @@
|
|||||||
// [http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/]
|
// [http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/]
|
||||||
=clearfix
|
=clearfix
|
||||||
:overflow auto
|
:overflow auto
|
||||||
|
:overflow -moz-scrollbars-none
|
||||||
// This makes ie6 get layout
|
// This makes ie6 get layout
|
||||||
:display inline-block
|
:display inline-block
|
||||||
// and this puts it back to block
|
// and this puts it back to block
|
||||||
|
Loading…
Reference in New Issue
Block a user