g
This commit is contained in:
parent
8a81683fbf
commit
1497f3c82f
@ -85,10 +85,10 @@ define(["jquery"], function ($) {
|
||||
console.log("tt:"+tableTop+" st:"+scrollTop+" bt:"+buttonTop);
|
||||
|
||||
if( scrollTop > tableTop ){
|
||||
//$("#button_container").css('top', tableTop-(scrollTop-tableTop));
|
||||
$("#button_container").css('top', 0);
|
||||
$("#button_container").css('position', 'fixed');
|
||||
}else{
|
||||
//$("#button_container").css('top', tableTop);
|
||||
$("#button_container").css('top', 'auto');
|
||||
$("#button_container").css('position', 'absolute');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user