离子背景高度不等于离子含量

时间:2019-02-20 16:07:10

标签: ionic3

enter image description here

我有一个带有fab按钮的页面,并且有一个背景,一旦fab打开,背景就会显示出来。问题在于,随着移动高度的变化,该背景没有达到离子含量的底部。

 <ion-content>
  <div id="fab *ngIf="displayBack"></div>
  .....
</ion-content>

#fab-backdrop1 {
  background-color: black !important;
  position: fixed !important;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0.6;
}

1 个答案:

答案 0 :(得分:0)

也许您可以将离子背景排除在离子含量之外;

<ion-backdrop></ion-backdrop>
<ion-content></ion-content>