Skip to content

Commit cced054

Browse files
authored
Merge pull request LambdaTest#1597 from Ishavyas9/DocStage
fix iframe issue
2 parents 05c6a98 + b629dc1 commit cced054

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,4 +1889,5 @@ table th:not(:last-child), table td:not(:last-child){border-right: 1px solid #d4
18891889
.support_container{display: flex;gap:100px}
18901890
.docusaurus-theme-github-codeblock .theme-code-block{max-height: 500px;overflow: auto;}
18911891
.storylane-iframe{position:relative;padding-bottom:calc(45.26% + 25px);width:100%;height:0;transform:scale(1)}
1892-
.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;}
1892+
.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;}
1893+
.KaneIframe{border-radius: 10px; overflow: hidden;}

0 commit comments

Comments
 (0)