Skip to content

Commit

Permalink
Issue #209734 fix: Iframe height issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmore committed Dec 13, 2023
1 parent 4d253e2 commit 88d4c04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/learner-ai/learner-ai.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<iframe class="ai-iframe" src="/assets/sb-ai/index.html#/Login" frameborder="0"
<iframe style="height: 100vh;" class="ai-iframe" src="/assets/sb-ai/index.html#/Login" frameborder="0"
marginheight="0"
marginwidth="0"
width="100%"
height="963px"
width="100%"
scrolling="auto"></iframe>

0 comments on commit 88d4c04

Please sign in to comment.