CC-1822 top menu bar stays in place.

This commit is contained in:
naomiaro 2011-01-30 23:05:49 -05:00
parent 629f6db6a4
commit ef48687385
5 changed files with 114 additions and 4 deletions

View file

@ -0,0 +1,8 @@
$(document).ready(function() {
$("#Panel").stickyPanel({
topPadding: 1,
afterDetachCSSClass: "floated-panel",
savePanelSpace: true
});
});