From d63a9b46bd10712f59caf20a437e10ea858a1bf5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 21 Feb 2013 23:02:12 +0400 Subject: [PATCH] some tweeking... Signed-off-by: Alex A. Naanou --- lib/jli.js | 1 + magazine.css | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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';