removing overflow scrolling from ionic contents

This commit is contained in:
Gabriel Bazán 2016-07-04 17:09:06 -03:00
commit 88809a3fcf
10 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@
</div> </div>
</ion-header-bar> </ion-header-bar>
<ion-content ng-style="{'background-color': '#f6f7f9'}" overflow-scroll="true"> <ion-content ng-style="{'background-color': '#f6f7f9'}">
<div class="modal-content p20b"> <div class="modal-content p20b">
<div class="create-tab small-only-text-center" ng-show="!editAddressbook && !addAddressbookEntry"> <div class="create-tab small-only-text-center" ng-show="!editAddressbook && !addAddressbookEntry">
<div class="row"> <div class="row">

View file

@ -9,7 +9,7 @@
<h1 class="title ellipsis" translate>Details</h1> <h1 class="title ellipsis" translate>Details</h1>
</ion-header-bar> </ion-header-bar>
<ion-content overflow-scroll="true"> <ion-content>
<div class="modal-content fix-modals-touch"> <div class="modal-content fix-modals-touch">
<div class="header-modal bg-gray text-center"> <div class="header-modal bg-gray text-center">
<div class="p20"> <div class="p20">

View file

@ -8,7 +8,7 @@
<h1 class="title ellipsis" translate>Request a specific amount</h1> <h1 class="title ellipsis" translate>Request a specific amount</h1>
</ion-header-bar> </ion-header-bar>
<ion-content overflow-scroll="true" ng-style="{'background-color': '#f6f7f9'}"> <ion-content ng-style="{'background-color': '#f6f7f9'}">
<div class="modal-content fix-modals-touch"> <div class="modal-content fix-modals-touch">
<div class="m20b" ng-show="customizedAmountBtc"> <div class="m20b" ng-show="customizedAmountBtc">
<h4 class="title m0" translate>QR Code</h4> <h4 class="title m0" translate>QR Code</h4>

View file

@ -9,7 +9,7 @@
<h1 class="title ellipsis" translate>Details</h1> <h1 class="title ellipsis" translate>Details</h1>
</ion-header-bar> </ion-header-bar>
<ion-content overflow-scroll="true"> <ion-content>
<div class="modal-content fix-modals-touch"> <div class="modal-content fix-modals-touch">
<div class="header-modal bg-gray text-center"> <div class="header-modal bg-gray text-center">
<div class="p20"> <div class="p20">

View file

@ -8,7 +8,7 @@
<h1 class="title ellipsis" translate>Payment request</h1> <h1 class="title ellipsis" translate>Payment request</h1>
</ion-header-bar> </ion-header-bar>
<ion-content ng-style="{'background-color': '#F6F7F9'}" overflow-scroll="true"> <ion-content ng-style="{'background-color': '#F6F7F9'}">
<div class="modal-content"> <div class="modal-content">
<div class="header-modal text-center p50t"> <div class="header-modal text-center p50t">
<div class="size-42"> <div class="size-42">

View file

@ -8,7 +8,7 @@
<h1 class="title ellipsis" translate>Search Transactions</h1> <h1 class="title ellipsis" translate>Search Transactions</h1>
</ion-header-bar> </ion-header-bar>
<ion-content overflow-scroll="true"> <ion-content>
<div class="row searchBar searchLabel"> <div class="row searchBar searchLabel">
<i class="fi-magnifying-glass size-14"></i> <i class="fi-magnifying-glass size-14"></i>
<form> <form>

View file

@ -8,7 +8,7 @@
<h1 class="title ellipsis" translate>Transaction</h1> <h1 class="title ellipsis" translate>Transaction</h1>
</ion-header-bar> </ion-header-bar>
<ion-content ng-style="{'background-color': '#F6F7F9'}" overflow-scroll="true"> <ion-content ng-style="{'background-color': '#F6F7F9'}">
<div class="modal-content"> <div class="modal-content">
<div class="header-modal text-center" ng-init="getAlternativeAmount(btx)"> <div class="header-modal text-center" ng-init="getAlternativeAmount(btx)">
<div ng-show="btx.action != 'invalid'"> <div ng-show="btx.action != 'invalid'">

View file

@ -15,7 +15,7 @@
</div> </div>
</div> </div>
<ion-content ng-style="{'background-color': '#F6F7F9'}" overflow-scroll="true"> <ion-content ng-style="{'background-color': '#F6F7F9'}">
<div class="modal-content fix-modals-touch" ng-init="updateCopayerList()"> <div class="modal-content fix-modals-touch" ng-init="updateCopayerList()">
<div class="payment-proposal-head" ng-style="{'background-color':color}"> <div class="payment-proposal-head" ng-style="{'background-color':color}">
<div class="size-36">{{tx.amountStr}}</div> <div class="size-36">{{tx.amountStr}}</div>

View file

@ -11,7 +11,7 @@
</h1> </h1>
</ion-header-bar> </ion-header-bar>
<ion-content overflow-scroll="true"> <ion-content>
<div class="modal-content"> <div class="modal-content">
<div class="box-notification text-center size-12 text-warning m10t" ng-show="error"> <div class="box-notification text-center size-12 text-warning m10t" ng-show="error">
<i class="fi-error"></i> {{error}} <i class="fi-error"></i> {{error}}

View file

@ -35,7 +35,7 @@
--> -->
<ion-content id="walletHome" class="walletHome tab-view tab-in" scroll="false" > <ion-content id="walletHome" class="walletHome tab-view tab-in" scroll="false" >
<ion-content overflow-scroll="!isWindowsPhoneApp" on-release="index.allowSideBar = true; index.allowPullToRefresh = true;" on-drag-right="index.allowRefresher()"> <ion-content on-release="index.allowSideBar = true; index.allowPullToRefresh = true;" on-drag-right="index.allowRefresher()">
<ion-refresher <ion-refresher
ng-if="index.allowPullToRefresh && index.isCordova" ng-if="index.allowPullToRefresh && index.isCordova"
on-pulling="index.allowSideBar = false" on-pulling="index.allowSideBar = false"