Skip to content

Why is 36px of padding added to bottom of body when panel minimized? #53

Description

@nowherenearithaca

I just realized that this adds 36px of padding at the bottom of the body when it's minized:

body.lobipanel-minimized {
padding-bottom: 36px;
}

It was messing up the scrolling on my page, getting a scrollbar appear and the content scrolling up 36px to far.

I set it to 0 in my css, which seemed to deal with it, but I am curious why this padding is added by lobipanel in the first place.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions