Skip to content

Commit

Permalink
Merge pull request #576 from BloomBooks/BL14065_ExtraScroll
Browse files Browse the repository at this point in the history
Remove extra white space below player iframe and scrollbar (BL-14065) (#576)
  • Loading branch information
JohnThomson authored Nov 18, 2024
2 parents 497bb0a + 393dfbf commit 4ded848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReadBookPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ const ReadBookPage: React.FunctionComponent<IReadBookPageProps> = (props) => {
border: none;
width: 100%;
height: 100%;
display: block; // Prevent a 4px white bar at the bottom of the iframe. See BL-14065.
`}
src={iframeSrc}
//src={"https://google.com"}
Expand Down

0 comments on commit 4ded848

Please sign in to comment.