Hi, i have a problem with an interaction. In preview mode the element disappears.
It reappears when mouse hover. I tried to insert a div and setting height but it doesn’t work.
I am really not sure as to why it’s being hidden I looked at everything I knew. Thankfully I did find a way to get it to appear.
My solution to this was to make a Page Load Trigger. In that page load trigger the only thing I did was make an initial state for the logo of 100% opacity.
It is hidden because that’s how these default interactions work - first the element is hidden, and then something happens that reveals them. In your case - hover reveals this initially hidden element (your logo). To be honest I don’t know why they are even available for hover interactions - it makes more sense to make them be usable only on “scroll into view” interactions where they belong.