Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoyecid authored Jul 18, 2024
1 parent a4c9e74 commit b1aa5f4
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,19 @@
float: right;
}

div.larger-contents {
.larger-contents {
display: inline-block;
width: 95%;
overflow-x: auto; /* Enable horizontal scrolling */
overflow-y: hidden; /* Disable vertical scrolling */
width: 100%; /* Adjust width as needed */
height: auto;
overflow: scroll;
}

.larger-contents iframe {
border: none; /* Remove iframe border */
display: block; /* Ensure iframe behaves like a block element */
width: 2000px; /* Set the width of the iframe content */
height: 100vh; /* Set the height to match the content of the iframe */
}

</style>
Expand Down Expand Up @@ -657,8 +665,8 @@ <h2 class="title is-3">Special Thanks</h2>
<div id="results-carousel" class="carousel results-carousel">
<p>The authors acknowledge the following clinicians for their participation in filling the evaluation survey:</p>
<div class="larger-contents">
<iframe align="center" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vR4v5xTrjIqKHdbrpb_-9Y6oVHQ8OTl8DMVk010JuAdBABfj0dB604OVdqPlaPbKDR8nKI3CFcdb-0N/pubchart?oid=1741363542&amp;format=interactive"></iframe>
<p> </p>
<iframe align="center" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vR4v5xTrjIqKHdbrpb_-9Y6oVHQ8OTl8DMVk010JuAdBABfj0dB604OVdqPlaPbKDR8nKI3CFcdb-0N/pubchart?oid=1741363542&amp;format=interactive"></iframe>
<br />
</div>
</div>
</div>
Expand Down

0 comments on commit b1aa5f4

Please sign in to comment.