From 8363ca88adbeea085ade5ebd57e888ccde8e7249 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Thu, 12 Apr 2012 15:13:58 -0700 Subject: [PATCH] fixing sidebarView scroll bar overflow --- web/viewer.css | 7 ++++--- web/viewer.html | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 8168b330e..a3ef9066c 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -31,7 +31,6 @@ body { background-color: hsla(0,0%,0%,.1); box-shadow: inset -1px 0 0 hsla(0,0%,0%,.25); overflow: auto; - padding-top: 33px; } #sidebarContainer.hidden { display:none; @@ -348,7 +347,8 @@ body { #thumbnailView { position: fixed; width: 120px; - height: 100%; + top: 33px; + bottom: 0; padding: 10px 40px 0; overflow: auto; } @@ -406,7 +406,8 @@ body { #outlineView { position: fixed; width: 188px; - height: 100%; + top: 33px; + bottom: 0; padding: 52px 4px 0; overflow: auto; } diff --git a/web/viewer.html b/web/viewer.html index 9f835b6ee..a20eb7d86 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -41,7 +41,7 @@
-