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
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
There is a short-term & a long-term element to this, to allow the tool to be hosted by third-parties on a page, without it affecting other parts of the page (think possible integration within a VLE).
Long-term
All CSS selectors should start with the container class-name, for example:
The above is best achieved with a CSS pre-processor like SASS or LESS. This may be an extra burden for you, which is why I'm proposing it for the long-term only (!)
Short-term
Ensure that "body" styles (font-family, font-size etc.) are set on the container, not on the <body>.
All will hopefully become clear ;).
Ta,
Nick
The text was updated successfully, but these errors were encountered:
Hi @timcoughlan,
There is a short-term & a long-term element to this, to allow the tool to be hosted by third-parties on a page, without it affecting other parts of the page (think possible integration within a VLE).
Long-term
All CSS selectors should start with the container class-name, for example:
The above is best achieved with a CSS pre-processor like SASS or LESS. This may be an extra burden for you, which is why I'm proposing it for the long-term only (!)
Short-term
Ensure that "body" styles (font-family, font-size etc.) are set on the container, not on the
<body>
.All will hopefully become clear ;).
Ta,
Nick
The text was updated successfully, but these errors were encountered: