-
Notifications
You must be signed in to change notification settings - Fork 379
Open
Labels
Description
Hi,
I have found an incompatibility issue with bootstrap3.
In fade mode panels are not shown.
The cause is this bootstrap css class that add an opacity: 0;
https://github.com/twbs/bootstrap/blob/master/less/component-animations.less#L10
I have solved this bug simply by removing component-animations from my project, but I think that this should be solved in this project.