bootstrap/js/tests/unit/bootstrap-tooltip.css

13 lines
125 B
CSS
Raw Normal View History

.tooltip{
position: absolute;
}
.tooltip-inner{
max-width: 200px;
}
.tooltip.top .tooltip-arrow{
position: absolute;
}