I encountered an issue on Internet Explorer 11 where I am unable to click on an element that is positioned fixed and aligned to the right; the scroll bar hides the element. I am using the Bootstrap framework. Any suggestions? https://i.sstatic.net/TqDiK.png
.contact-btn{
background-color: #fff;
border-radius: 3px 3px 0 0;
color: #ff0062;
position: fixed;
right:0;
}