PxlBuzzard/lanyon-ghost

sidebar resets view

Opened this issue · 3 comments

Just found this and playing around with it with ghost 0.7.0 (ghost.io hosted). When you expand the sidebar, you reset the main content view to the top. Any suggestions on this?

Thanks

tlgs commented

seems like it's still suffering from this. Did you find a way around it?

tlgs commented

Alright, I found a fix for this.
On the lanyon.css file, change:
.sidebar-checkbox { position: absolute ... to
.sidebar-checkbox { position: fixed ...

eexit commented

@tlgs Thank you, I've been struggling with this issue for days...