三星 Galaxy 位置固定弹出窗口定位
我在网站上使用 disqus 评论系统。我禁用了评论的移动主题,以便即使在手机和 iPad 设备上也可以使用我们自己的版本。 问题是,现在登录弹出窗口没有固定在 ipad、三星 Galaxy 设备上的窗口中间。它最终出现在页面顶部 - 离开站点。 我尝试了这个 css,但它不适用于这些设备,仅适用于桌面浏览器。
#dsq-popup-message {
position:fixed!important;
top: 20%!important;
left: 30%!important;
bottom: 0!important;
}
谢谢你的帮助
I am using disqus commenting system on a site. I disabled the mobile theme for the commenting in order to use our own version even on mobiles and ipad devices.
Problem is that now the login popup window is not fixed to the middle of the window on ipad, samsung galaxy devices. It ends up at the top of the page - out of site.
I tried this css but it doesn't work on these devices only on desktop browswers.
#dsq-popup-message {
position:fixed!important;
top: 20%!important;
left: 30%!important;
bottom: 0!important;
}
thanks for the help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
移动 Safari 不支持
修复了 Mobile Safari 中的定位
is not supported in mobile safari
Fixed positioning in Mobile Safari