Fix for Popover and Tooltip Jump and loosing border in button group - Bootstrap

.btn-group > .tooltip + .btn, .btn-group > .popover + .btn{ margin-left:-1px; } .btn-group > .btn:last-of-type { -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
Fix for Popover and Tooltip Jump and loosing border in button group - Bootstrap
I tried the javascript fix, that consist of adding a datta atribute to the tooltip to append to a container:body but didn't work for me, so i find this fix, works perfectly, and it's only css :D

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.