Lots of solidification

This commit is contained in:
Max Lynch
2013-12-03 18:41:44 -06:00
parent 4155da065c
commit f3bf2c1348
14 changed files with 46 additions and 479 deletions

11
dist/css/ionic.css vendored
View File

@@ -2246,8 +2246,10 @@ body, .ionic-body {
.scroll-content {
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: relative;
position: absolute;
overflow: hidden;
margin-top: -1px;
width: auto; }
@@ -2356,7 +2358,12 @@ body, .ionic-body {
bottom: 49px; }
.pane {
position: fixed;
position: fixed; }
.view {
position: absolute; }
.pane, .view {
top: 0;
right: 0;
bottom: 0;