From 0a29804357eb3e02f1c6bb76fcdc1a6b976c6f32 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Wed, 25 Apr 2012 12:14:09 -0700 Subject: [PATCH] Fix thumbnails/outline. --- web/viewer.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index c3815782c..4a6b1e988 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -66,10 +66,9 @@ body { } #sidebarContent { - top: 0; + top: 32px; left: 0; bottom: 0; - height: 100%; overflow: auto; position: absolute; width: 200px;