remove -webkit-backface-visibility from .scroll, no scroll-bar transition grade-b/c

This commit is contained in:
Adam Bradley
2014-02-24 21:40:29 -06:00
parent 04e282585f
commit 61aaacbcd8
2 changed files with 5 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
.grade-c .menu-content {
right: -1px;
left: -1px;
@include box-sizing(content-box);
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
box-shadow: none;

View File

@@ -73,7 +73,6 @@ body.grade-c {
width: auto;
height: auto;
-webkit-backface-visibility: hidden;
}
.scroll-view {
@@ -83,7 +82,6 @@ body.grade-c {
// Hide the top border if any
margin-top: -1px;
height: 100%;
-webkit-backface-visibility: hidden;
}
/**
@@ -146,6 +144,10 @@ body.grade-c {
// disable rgba background and border radius for low end devices
border-radius: 0;
background: #aaa;
&.scroll-bar-fade-out {
@include transition(none);
}
}