I am having an issue where I created a new window, imported my CSS, passed over my div and then I import my scripts but the new window is missing part of my CSS rules from what I can tell.
I have it set up so that on hover a tooltip shows up for the button, but in the new window the tooltip CSS rules are not applying although others are.
I have included a codesandbox.io link where I isolated the issue I am having from the rest of my page. Any help is appreciated. Thank you.