Skip to content

Commit

Permalink
added initial container with to H5PContent
Browse files Browse the repository at this point in the history
  • Loading branch information
AdLer-Lukas committed Sep 17, 2024
1 parent b9c2871 commit 596d646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function H5PContent({
<div className="App">
<div
id="h5p-container"
style={{ visibility: "hidden"}}
style={{ visibility: "hidden", width: "50vw" }}
ref={h5pContainerRef}
></div>
</div>
Expand Down

0 comments on commit 596d646

Please sign in to comment.