Skip to content

Commit

Permalink
Merge pull request #1239 from xonx4l/patch-1
Browse files Browse the repository at this point in the history
fix:Some demos not working.
  • Loading branch information
cdrini authored Nov 16, 2023
2 parents defeff6 + dfb6bbc commit 2c562d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BookReaderDemo/BookReaderDemo.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ ia-bookreader{
}

.BookReader {
--br-height: calc(100vh - 100px);
--new-height: calc(var(--br-height) - 20px);
height: var(--br-height);
overflow: hidden;
margin: 0 auto;
}

0 comments on commit 2c562d7

Please sign in to comment.