Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sidebar white space at bottom of page on resize #19

Closed
c0shea opened this issue Sep 14, 2018 · 0 comments
Closed

Fix sidebar white space at bottom of page on resize #19

c0shea opened this issue Sep 14, 2018 · 0 comments
Labels

Comments

@c0shea
Copy link
Owner

c0shea commented Sep 14, 2018

This code should be added to the default init.js on document ready:

    $(window).on("load", function () {
        setTimeout(function () {
            $("body").layout("fix");
            $("body").layout("fixSidebar");
        }, 250);
    });
@c0shea c0shea added the bug label Sep 14, 2018
@c0shea c0shea closed this as completed in 089ba72 Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant