HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

footer issue Articles with Bootstrap theme

jackmaessenjackmaessen ✭✭✭
edited February 2016 in Feedback

I noticed that there is an issue with the footer when using bootstrap theme. When posting some articles the buttons Preview and Post are under the footer and you are already at the bottom with scrolling.

Adding a bottom margin to the section solves the problem:

/* fix for Articles in combination with Bootstrap theme */
    section#comments {
        margin-bottom: 80px;
    }

Comments

Sign In or Register to comment.