我正在使用requestScope.breaches
。每当按下键盘时,在我的登录页面上,背景图像就会向上滚动。直到现在我都没有找到解决方法。
我在Ionic 4
下申请了css
:
ion-content
这是我的首页:
ion-content{
--background: #fff url('/assets/img/bigscren.jpg') no-repeat center center / cover !important;
--background-size: cover !important;
--background-attachment: fixed;
}
我也将<ion-content padding>
//My Content
</ion-content>
属性应用于fixed
(从最新的ionic doc开始),但这也不起作用。
请帮帮我。谢谢!