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) {