标签: html css internet-explorer internet-explorer-11
我在CSS中设置position: fixed样式时遇到问题但在IE 11上没有正确显示。
position: fixed
请在这里查看我的笔:codepen
我想在模态的右侧保留hide-modal按钮,因此我将position: fixed和right: 0设置为div。这在大多数浏览器上都很棒。不幸的是,在IE 11上,按钮位于正文的右侧而不是模态。
hide-modal
right: 0
任何人都可以帮我解决这个问题吗?我试过把位置改为绝对,但它并没有解决。谢谢。