You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
[ionic 4-beta] Popover conflicts with bootstrap 4
When using ionic and bootstrap, the Popover component's style is confict with Bootstrap's Popover.
They all use
.popover
class, but bootstrap has definedmax-width
border
background-color
, this cause ionic popover component miss behavior.current fix is add custom class to override bootstrap's popover:
The text was updated successfully, but these errors were encountered: