Skip to content

Commit 90c071f

Browse files
committed
fix iframe issue
1 parent a11cfc6 commit 90c071f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/kaneai-manual-interaction-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ import TabItem from '@theme/TabItem';
4545

4646
In this tutorial, learn how KaneAI simplifies test automation by allowing manual interaction to create prompts in natural language, analyzing test steps, generating code in various languages, and providing detailed test descriptions.
4747

48-
<iframe src="https://app.trupeer.ai/embed?slug=vrSqRvouk" width="640" height="360" frameborder="0" allowfullscreen="true" style="border-radius: 10px; overflow: hidden;"></iframe>
48+
<iframe src="https://app.trupeer.ai/embed?slug=vrSqRvouk" width="640" height="360" frameborder="0" allowfullscreen="true" className="KaneIframe"></iframe>

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,3 +1887,4 @@ h6[id]::before {
18871887
.docusaurus-theme-github-codeblock .theme-code-block{max-height: 500px;overflow: auto;}
18881888
.storylane-iframe{position:relative;padding-bottom:calc(45.26% + 25px);width:100%;height:0;transform:scale(1)}
18891889
.storylane-iframe .sl-demo{position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;}
1890+
.KaneIframe{border-radius: 10px; overflow: hidden;}

0 commit comments

Comments
 (0)