clearfix for firefox works better with overflow: -moz-scrollbars-none

This commit is contained in:
Chris Eppstein 2008-10-03 17:33:54 -07:00
parent 9af18fa20f
commit fc17de9f62

View File

@ -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