mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 00:09:32 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user