1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

[dir view] improved details

This commit is contained in:
llj
2016-05-11 18:29:01 +08:00
parent 2e9c7170c3
commit c9c673d832

View File

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