The problem seems to be here:
I thought it might be possible to fix the issue by just adding some CSS to a theme component, but it’s turning out to be a tricky problem because the main docs page doesn’t add a CSS class to the body tag. That means that it’s not enough to just use this. It fixes the issue on individual docs topics, but not on the docs topic list:
html body.archetype-docs-topic #main-outlet {
border-radius: 0px !important;
width: calc(100% - 3em) !important;
background-color: var(--secondary) !important;
margin-bottom: 0px !important;
}
I suspect the fix will require small changes be made to both the docs plugin and the air theme. I’ll follow up on this with the team. It should get fixed fairly soon.