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

pull/5370/head
yann300 5 years ago committed by Liana Husikyan
parent e4c4c5ec2b
commit 3ba2d1a9d2
  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