1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Updated scrolled display to work on vertical and horizontal axis

This commit is contained in:
Fred Chasen 2020-06-03 13:50:34 -07:00
parent e9b074fde3
commit 4a2e9e97a9
6 changed files with 90 additions and 38 deletions

View file

@ -248,6 +248,7 @@ body {
-webkit-transform: translate(-400px, 0);
-moz-transform: translate(-400px, 0);
-ms-transform: translate(-400px, 0);
transform: translate(-400px, 0);
}
svg {