#1503 - fixed the ff header

This commit is contained in:
Daniel Camargo 2013-08-11 16:34:47 -03:00
parent 6594730ebc
commit c3040fe54b

View File

@ -479,7 +479,12 @@ html {
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* Firefox doesnt need it - it crashes ff */
@-moz-document url-prefix() {
.snap-content{
transform: none;
}
}
.snap-drawers {
position: absolute;
top: 0;