Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

How to remove the scrollbar in ionicModal

$
0
0

@formalin14 wrote:

hi all,

I get scrollbar in ionicModal all the time, in Chrome.

Here is my code:

<ion-modal-view>
<ion-header-bar>
<h1 class="title">登录</h1>
</ion-header-bar>
<ion-content class="padding">
<form ng-submit="doSignin($event)">
  <!--<button style="display:none">aa</button>-->
  <div class="list list-inset">
    <label class="item item-input">
      <input type="text" placeholder="用户名" ng-model="username">
    </label>
    <label class="item item-input">
      <input type="password" placeholder="密码" ng-model="passwd">
    </label>
  </div>
  <button class="button button-block button-positive">
    登录
  </button>
</form>
</ion-content>
</ion-modal-view>

I try to add scrollbar-y="false", but it doesn't work. My ionic version is 1.2.1.

Is there any solution for this?

Posts: 3

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>