Scroll content overflow: Y auto, X hidden

This commit is contained in:
Max Lynch
2015-06-02 14:38:46 -05:00
parent 891242df75
commit 90cd229704

View File

@@ -110,7 +110,8 @@ ion-content {
right: 0;
bottom: 0;
left: 0;
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
will-change: scroll-position;
}