mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Scroll improvements
This commit is contained in:
3
dist/css/ionic.css
vendored
3
dist/css/ionic.css
vendored
@@ -1,4 +1,3 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* Copyright 2013 Drifty Co.
|
||||
* http://drifty.com/
|
||||
@@ -2354,7 +2353,7 @@ body, .ionic-body {
|
||||
bottom: 44px; }
|
||||
|
||||
.has-tabs {
|
||||
bottom: 44px; }
|
||||
bottom: 49px; }
|
||||
|
||||
.pane {
|
||||
position: fixed;
|
||||
|
||||
1
dist/css/themes/ionic-ios7.css
vendored
1
dist/css/themes/ionic-ios7.css
vendored
@@ -1,4 +1,3 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* Copyright 2013 Drifty Co.
|
||||
* http://drifty.com/
|
||||
|
||||
2
dist/js/ionic.js
vendored
2
dist/js/ionic.js
vendored
@@ -3424,7 +3424,7 @@ var Scroller;
|
||||
Math.min(this.__container.clientWidth, this.__container.parentElement.clientWidth),
|
||||
Math.min(this.__container.clientHeight, this.__container.parentElement.clientHeight),
|
||||
this.__content.offsetWidth,
|
||||
this.__content.offsetHeight+50);
|
||||
this.__content.offsetHeight+80);
|
||||
},
|
||||
/*
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
on-refresh="onRefresh()"
|
||||
on-refresh-opening="onRefreshOpening(amount)"
|
||||
refresh-complete="refreshComplete"
|
||||
has-footer="true"
|
||||
has-tabs="true"
|
||||
has-header="true"
|
||||
has-subheader="true"
|
||||
>
|
||||
@@ -78,10 +78,6 @@
|
||||
<li class="list-item" ng-repeat="item in items">asdf{{$index}}</li>
|
||||
</ul>
|
||||
</content>
|
||||
|
||||
<footer-bar type="bar-assertive">
|
||||
<h1 class="title">Footer</h1>
|
||||
</footer-bar>
|
||||
<nav id="tab-bar" class="tabs tabs-icon-top">
|
||||
<a class="tab-item" href="#">
|
||||
<i class="icon ion-game-controller-a"></i>
|
||||
|
||||
@@ -590,7 +590,7 @@ var Scroller;
|
||||
Math.min(this.__container.clientWidth, this.__container.parentElement.clientWidth),
|
||||
Math.min(this.__container.clientHeight, this.__container.parentElement.clientHeight),
|
||||
this.__content.offsetWidth,
|
||||
this.__content.offsetHeight+50);
|
||||
this.__content.offsetHeight+80);
|
||||
},
|
||||
/*
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
@@ -186,7 +186,7 @@ body, .ionic-body {
|
||||
|
||||
// Specify that a content area will have tabs
|
||||
.has-tabs {
|
||||
bottom: 44px;
|
||||
bottom: 49px;
|
||||
}
|
||||
|
||||
// A full screen section with a solid background
|
||||
|
||||
Reference in New Issue
Block a user