Unfortunately, the tooltip does not display correctly in IE as desired.
This is how it should look (in Chrome):
https://i.sstatic.net/dCM9z.png
However, this is how it appears incorrectly in IE:
https://i.sstatic.net/Tq6rY.png
Here is my CSS code for reference:
.tooltipfullscreen:hover:after {
left: initial;
right: 0;
transform: none;
}