From: gigaherz Date: Fri, 10 Feb 2012 19:27:59 +0000 (+0100) Subject: (I hate myself right now) Reduce pointless differences from the original code. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=418c91419914d7ec751f549b4fe970b391f9a01c;p=pdf.js.git (I hate myself right now) Reduce pointless differences from the original code. --- diff --git a/web/viewer.css b/web/viewer.css index 1650ff3..4b6724f 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -76,18 +76,17 @@ span#info { } /* === Sidebar === */ - #sidebar { position: fixed; width: 350px; top: 62px; bottom: 18px; - z-index: 1; left: -290px; transition: left 0.25s ease-in-out 1s; -o-transition: left 0.25s ease-in-out 1s; -moz-transition: left 0.25s ease-in-out 1s; -webkit-transition: left 0.25s ease-in-out 1s; + z-index: 1; } #sidebar:hover,