View | Details | Raw Unified | Return to bug 15522
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/src/admin/policy/app.js (-2 / +6 lines)
Lines 76-82 class PolicyAppToolbar extends React.Component { Link Here
76
    }
76
    }
77
77
78
    componentDidMount() {
78
    componentDidMount() {
79
        $( this.toolbarElem ).fixFloat();
79
        var Sticky = $( this.toolbarElem );
80
        Sticky.hcSticky({
81
            stickTo: "main",
82
            stickyClass: "floating"
83
        });
84
80
    }
85
    }
81
}
86
}
82
87
83
- 

Return to bug 15522