Remove bootstrap dependency
Opened this issue · 2 comments
bendl commented
The main page's stylesheet is overwritten
raza15 commented
@bendl can you give more details? Do you mean that this line in contentsscript.js should be removed:
angular.bootstrap(html, ['bzb'], []);
bendl commented
Hi @raza15
This refers to the Bootstrap CSS dependency (see https://getbootstrap.com/).
Currently it can override the pages own stylesheet which is bad.