issues
search
TailorDev
/
galaxy-tourbuilder
🔝 The amazing Galaxy Tour Builder web extension. // See demo 👉
https://imgur.com/a/0YVvz
MIT License
17
stars
6
forks
source link
CSS `.hidden` class might conflict with Bootstrap CSS
#10
Closed
willdurand
closed
6 years ago
willdurand
commented
7 years ago
There are two ways to fix this issue:
rename the class to
is-hidden
or something like this
override Bootstrap CSS statements in our
.hidden
class
There are two ways to fix this issue:
is-hidden
or something like this.hidden
class