From eb18764b8cf3f6e100876c8320f2d745efbdf52b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 20 Jun 2013 15:26:00 -0400 Subject: [PATCH] fixes #356 - Web client - header non-scrolling? --- dashboard-ui/css/librarybrowser.css | 2 +- dashboard-ui/css/search.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 467c63d41f..e1eff4bec0 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -15,7 +15,7 @@ position: fixed; right: 0; left: 0; - z-index: 1030; + z-index: 1000; top: 0; } diff --git a/dashboard-ui/css/search.css b/dashboard-ui/css/search.css index aa9565835c..fb7676186d 100644 --- a/dashboard-ui/css/search.css +++ b/dashboard-ui/css/search.css @@ -55,7 +55,7 @@ background-color: #fff; border: 1px solid #999; position: absolute; - z-index: 999; + z-index: 998; margin-top: 1px; }