css cleanup

This commit is contained in:
Adam Bradley
2015-09-05 21:02:44 -05:00
parent 463de4b437
commit c41801c55f
23 changed files with 381 additions and 389 deletions

View File

@@ -1,6 +1,8 @@
ion-scroll {
position: relative;
display: block;
&.scroll-x scroll-content {
overflow-x: auto;
}
@@ -26,7 +28,6 @@ ion-scroll {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
will-change: scroll-position;
}
}