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

pull/1/head
yann300 5 years ago committed by Liana Husikyan
parent cee22d0e2b
commit d1dabcb83c
  1. 2
      src/app/tabs/theme-module.js

@ -64,7 +64,7 @@ export class ThemeModule extends Plugin {
theme.addEventListener('load', () => {
if (callback) callback()
})
document.head.appendChild(theme)
document.head.insertBefore(theme, document.head.firstChild)
}
}

Loading…
Cancel
Save