[build/js]: Fix height problem on default tabs for the IFrame plugin. (#3876)
This commit is contained in:
@@ -43,7 +43,9 @@ To get the iframe 100% working you need the following content-wrapper markup:
|
||||
<a class="nav-link bg-light" href="#" data-widget="iframe-fullscreen"><i class="fas fa-expand"></i></a>
|
||||
</div>
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane fade active show" id="panel-index" role="tabpanel" aria-labelledby="tab-index"><iframe src="./index.html" style="height: 671px;"></iframe></div>
|
||||
<div class="tab-pane fade active show" id="panel-index" role="tabpanel" aria-labelledby="tab-index">
|
||||
<iframe src="./index.html"></iframe>
|
||||
</div>
|
||||
<div class="tab-empty">
|
||||
<h2 class="display-4">No tab selected!</h2>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user