Scrollbar overlaps content on desktop IE
Created by: usefulBee
This issue is still going on even in IE 11.
The issue comes down to the following bootstrap.css rule: @-ms-viewport { width: device-width; }
The temporary solution is to override the rule in another css file: @-ms-viewport{ width:auto!important; }
It would be nice to see this issue taken into consideration in future releases.
Thank you.