We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e1e57 commit b6c140fCopy full SHA for b6c140f
packages/app/src/app/overmind/effects/chameleon.ts
@@ -34,6 +34,7 @@ export default {
34
const cmln = document.querySelector('#chmln-editor');
35
36
if (cmln) {
37
+ // @ts-ignore
38
cmln.shadowRoot.childNodes[0].innerHTML +=
39
'#chmln-toggle-item { top: auto !important; bottom: 100px !important; }';
40
}
0 commit comments