mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove -webkit-backface-visibility from .scroll, no scroll-bar transition grade-b/c
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user