We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Slides Menu Bar is hidden behind the embed. Studying Slido Extension might help resolve this.
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.
The text was updated successfully, but these errors were encountered:
Is this issue open now ? can i raise a pr for this issue @satu0king
Sorry, something went wrong.
No branches or pull requests
Google Slides Menu Bar is hidden behind the embed. Studying Slido Extension might help resolve this.
![image](https://user-images.githubusercontent.com/2092958/94988605-12913a80-058c-11eb-9bc9-433c30cd7868.png)
This is because we are doing this
and Slido is doing this:
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.
The text was updated successfully, but these errors were encountered: