diff --git a/.travis.yml b/.travis.yml
index e7484db609..920910aa13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ notifications:
rooms:
secure: mkHfRTsuxidtOOORbJJ0Jspb/DSa8jAiQwWWUljqLwefy1p4HGC9P/rLdXXg3vsjiulCzyjEkfvDWAHXvu34GhGWfQuD8U140Fon1Os3AO5Hbme+yRmjXmTcgH8XetSLQufyBBMqXHMd6o1tkxXql1p54G1IShhgAdPNe76d5ZE=
template:
- - '%{repository}: build#%{build_number} (%{duration%}) #{message} (%{branch} - %{commit} : %{author})
+ - '%{repository}: build#%{build_number} (%{duration%}) #{message} (%{branch} - %{commit} : %{author})'
format: html
before_install:
diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss
index 4b022f3970..48e433b53b 100644
--- a/scss/_scaffolding.scss
+++ b/scss/_scaffolding.scss
@@ -289,4 +289,5 @@ infinite-scroll.active .scroll-infinite {
width: 100%;
height: 100%;
background-color: #fff;
+ @include translate3d(0,0,0);
}