googlearchive / js-info-bubble

A library for customizable CSS3 InfoWindows in the Google Maps JavaScript API v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabs stacked when Bootstrap included

bdaunt opened this issue · comments

If I simply add the following bootstrap script/style on a page with Infobubble, the tabs get stacked (see attached screenshot).

" src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"
"... el="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"

please advise

infobublewithbootstrap

Seems reasonable to expect that adding a third-party stylesheet may override the styles for the infobubble tabs as appears to be the case here. You might just need to override some of the styles provided by bootstrap.