Skip to content

Commit 2c562d7

Browse files
authored
Merge pull request #1239 from xonx4l/patch-1
fix:Some demos not working.
2 parents defeff6 + dfb6bbc commit 2c562d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

BookReaderDemo/BookReaderDemo.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ ia-bookreader{
3232
}
3333

3434
.BookReader {
35+
--br-height: calc(100vh - 100px);
36+
--new-height: calc(var(--br-height) - 20px);
3537
height: var(--br-height);
3638
overflow: hidden;
3739
margin: 0 auto;
3840
}
41+

0 commit comments

Comments
 (0)