diff --git a/lib/jli.js b/lib/jli.js index 8e4fbab..8c16bca 100755 --- a/lib/jli.js +++ b/lib/jli.js @@ -496,6 +496,7 @@ var MULTI_CLICK_TIMEOUT = 200 // XXX test on other devices... // XXX BUG: on landing a second finger while scrolling the things goes // haywhire... +// XXX BUG: after long click the mouse is tracked and the view is scrolled... function makeScrollHandler(root, config){ root = $(root) diff --git a/magazine.css b/magazine.css index 736838e..f36da44 100755 --- a/magazine.css +++ b/magazine.css @@ -188,6 +188,8 @@ body { /* XXX change to relative units... */ margin-left: -400px; + z-index: 5000; + -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; @@ -238,7 +240,7 @@ body { } .magazine:before { content: 'COVER'; - left: -300px; + left: -320px; } .magazine:after { content: 'END';