-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification effects do not work with Bootstrap #33
Comments
oh interesting, maybe they use those class names as well? if you find out comment on #25 |
I was thinking that must be the problem so I tried renaming the CSS classes for .notification.slide to .notification.ui-slide and then calling `ui.notify(msg).effect('ui-slide') but there was no change. If it was a CSS class name clash shouldn't that have sorted it? |
hmm yeah I would think so unless they're using |
I know this issue is already closed, but... Is there a way to make UIKit work along with Twitter Bootstrap? |
I'm using UIKit for notifications, and I'm also using Twitter Bootstrap (v2.0).
I can get notifications to appear, but none of the effect animations work. If I remove Bootstrap from the page, then the animations work. Haven't been able to figure out why this is yet.
The text was updated successfully, but these errors were encountered: