Open jancborchardt opened 7 years ago
@jancborchardt I think this is fixed. Can you test and if everything is okay close the issue.
The original issue is fixed, but when you scroll the show/hide of the navigation still causes a horizontal scrollbar for some reason. :confused:
Nothing happens here. Can you track the issue? 👍
See the scrollbar and overlapping box here:
This is caused by the
.jumbotron .toptext .announcement
box, and the rulewidth: calc(100% + 20px * 2);
which makes it wider than the viewport.