CC-1822 top menu bar stays in place.
This commit is contained in:
parent
629f6db6a4
commit
ef48687385
5 changed files with 114 additions and 4 deletions
8
public/js/airtime/common/common.js
Normal file
8
public/js/airtime/common/common.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
$(document).ready(function() {
|
||||
|
||||
$("#Panel").stickyPanel({
|
||||
topPadding: 1,
|
||||
afterDetachCSSClass: "floated-panel",
|
||||
savePanelSpace: true
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue