fix backdrop animation

This commit is contained in:
Adam Bradley
2015-08-19 11:26:02 -05:00
parent 13c614d0ea
commit 3a699487a4

View File

@ -99,7 +99,7 @@ backdrop {
height: 100%;
background-color: $backdrop-color;
opacity: 0;
tranform: translateZ(0);
transform: translateZ(0);
}