Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sass/base.scss')
-rw-r--r--sass/base.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/sass/base.scss b/sass/base.scss
index f8eebaa..e030913 100644
--- a/sass/base.scss
+++ b/sass/base.scss
@@ -49,8 +49,7 @@ a {
// Hack to force all relatively and absolutely positioned elements still render while scrolling
// Note: This is a bug for "-webkit-overflow-scrolling: touch"
.content > * {
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
+ @include transform(translateZ(0));
}
// Pad top/bottom of content so it doesn't hide behind bars.