mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Lots of solidification
This commit is contained in:
11
dist/css/ionic.css
vendored
11
dist/css/ionic.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user