Return styling to body, streamline tests

Styling was moved to the sidebar element for better organization, but
this caused errors when the new menu was not in use.
This commit is contained in:
Austin Mroz
2024-10-03 17:33:18 -05:00
parent 52933e13f5
commit 3b679f1194
2 changed files with 21 additions and 20 deletions

View File

@@ -181,7 +181,7 @@ docStyleElement.innerHTML = `
font-size: 1.5em; content: '?';
}
`
document.querySelector('.side-tool-bar-container').append(docStyleElement)
document.body.append(docStyleElement)
var bringToFront
class DocumentationSidebar implements CustomSidebarTabExtension {