mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed #77, scroll support for <content> dir
This commit is contained in:
8
dist/css/ionic.css
vendored
8
dist/css/ionic.css
vendored
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user