CircuitVerse / CircuitVerse-Presentation-Embed

MIT License
9 stars 6 forks source link

Google Slides menu hidden [Chrome Extension] #9

Open satu0king opened 3 years ago

satu0king commented 3 years ago

Google Slides Menu Bar is hidden behind the embed. Studying Slido Extension might help resolve this. image

This is because we are doing this

<Google iframe>
<CircuitVese iframe>

and Slido is doing this:

<Google iframe>
     <Google Slide Content>
     <Slido iframe>
    <Google Slides Menu>
<Google iframe>

The iframe should be embedded inside google's iframe. I don't think we should do this. But raising the issue to keep track of the same.

Palaksharma23 commented 2 years ago

Is this issue open now ? can i raise a pr for this issue @satu0king