gladeye / aframe-preloader-component

A preloading bar that automatically displays while scene assets load.
https://gladeye.github.io/aframe-preloader-component
MIT License
34 stars 14 forks source link

A-Frame inspector style bug #1

Open ben-sharp opened 7 years ago

ben-sharp commented 7 years ago

Some bootstrap classes are conflicting causing the A-Frame inspector to break a bit.

UXVirtual commented 6 years ago

Yeah I've encountered this before. Currently you can detect the inspector being open but it requires a bunch of hacky checks to do this. Can anyone suggest a good way to work around this without having to do a custom build of bootstrap with custom prefixes to avoid collisions?