Horizontal scrollbar... In my discourse?

Uh… somehow the box-sizing is not border-box (anymore?).

This can be fixed by making sure this is part of the theme too:

#main .d-header {
    box-sizing: border-box;
}

*sighs*

2 Likes