You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to DocumentationTool class to detect what's the HTML generator and use specific CSS selectors to inject the notification in the document with inline-block position so it doesn't cover any content.
The text was updated successfully, but these errors were encountered:
Instead of rendering the notification floating at the top right, we use the
heuristic from `DocumentationTool` class to get the root selector and we prepend
the notification WebComponent there.
Closes#550
We should be able to
DocumentationTool
class to detect what's the HTML generator and use specific CSS selectors to inject the notification in the document with inline-block position so it doesn't cover any content.The text was updated successfully, but these errors were encountered: