From c9c673d832f1472d91b41fa66a5393edb6f64c9e Mon Sep 17 00:00:00 2001 From: llj Date: Wed, 11 May 2016 18:29:01 +0800 Subject: [PATCH] [dir view] improved details --- static/scripts/app/views/dir.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/scripts/app/views/dir.js b/static/scripts/app/views/dir.js index 4f6bd6264e..325cd6fd67 100644 --- a/static/scripts/app/views/dir.js +++ b/static/scripts/app/views/dir.js @@ -1204,6 +1204,7 @@ define([ 'position': 'fixed', 'top': 0, 'left': path_bar.offset().left, + 'background-color': $('#header').css('background-color'), 'z-index': 12 // make 'op_bar' shown on top of the checkboxes }; if ($(window).scrollTop() >= op_bar_top) {