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!
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!