mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 22:40:23 +00:00
13 lines
No EOL
125 B
CSS
13 lines
No EOL
125 B
CSS
|
|
|
|
.tooltip{
|
|
position: absolute;
|
|
}
|
|
|
|
.tooltip-inner{
|
|
max-width: 200px;
|
|
}
|
|
|
|
.tooltip.top .tooltip-arrow{
|
|
position: absolute;
|
|
} |