mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
fixed bug in fixedLayout to allow the iframe to scroll, and fixed css problem cutting off text in /examples/single.html and /examples/custom-elements.html
This commit is contained in:
parent
8ad2e980cb
commit
27392b1db8
13 changed files with 25 additions and 15 deletions
|
@ -36,16 +36,19 @@
|
|||
box-shadow: 0px 5px 10px rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
epub-reader iframe {
|
||||
epub-reader {
|
||||
border: none;
|
||||
padding: 40px 40px;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue