I am having an issue with a bootstrap modal that I am using as an instruction guide.
My goal is to keep it fixed at the top-right corner of the viewport, so I tried using the fixed
position. However, when I do this, the modal turns grey.
On the other hand, if I use the absolute
position setting, the modal displays correctly. But in mobile screens, it won't stay fixed and instead shifts with the zoom event.
You can see the issue in action in this fiddle: https://jsfiddle.net/a8Lcj7rk/