Commit d1dabcb8 authored by yann300's avatar yann300 Committed by Liana Husikyan

append bootstrap as first child so it does not overrule js css

parent cee22d0e
...@@ -64,7 +64,7 @@ export class ThemeModule extends Plugin { ...@@ -64,7 +64,7 @@ export class ThemeModule extends Plugin {
theme.addEventListener('load', () => { theme.addEventListener('load', () => {
if (callback) callback() if (callback) callback()
}) })
document.head.appendChild(theme) document.head.insertBefore(theme, document.head.firstChild)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment