1
0
Fork 0
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:
AJ 2014-01-08 12:24:52 -08:00
parent 8ad2e980cb
commit 27392b1db8
13 changed files with 25 additions and 15 deletions

View file

@ -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>