Fixed #77, scroll support for <content> dir

This commit is contained in:
Max Lynch
2013-11-06 14:38:59 -06:00
parent 88d6a61b0b
commit e783f48f8d
9 changed files with 88 additions and 60 deletions

8
dist/css/ionic.css vendored
View File

@@ -2196,10 +2196,8 @@ body, .ionic-body {
.content {
position: absolute;
overflow: auto;
width: 100%;
height: 100%;
-webkit-overflow-scrolling: touch; }
height: 100%; }
.scroll-content {
position: absolute;
@@ -2209,6 +2207,10 @@ body, .ionic-body {
bottom: 0;
overflow: hidden; }
.overflow-scroll {
overflow: auto;
-webkit-overflow-scrolling: touch; }
.has-header {
top: 44px; }