三星 Galaxy 位置固定弹出窗口定位

发布于 2024-11-09 01:52:06 字数 336 浏览 2 评论 0原文

我在网站上使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

百合的盛世恋 2024-11-16 01:52:06
position:fixed;

移动 Safari 不支持
修复了 Mobile Safari 中的定位

position:fixed;

is not supported in mobile safari
Fixed positioning in Mobile Safari

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文