bootstrap/docs/4.0/examples/tooltip-viewport/tooltip-viewport.css

27 lines
385 B
CSS
Raw Normal View History

body {
height: 1200px;
}
.tooltip {
min-width: 250px;
max-width: 500px;
}
.tooltip .tooltip-inner {
min-width: 250px;
max-width: 500px;
2014-06-09 01:50:54 +08:00
min-height: 100px;
text-align: left;
}
.container-viewport {
position: absolute;
2014-06-09 01:50:54 +08:00
top: 100px;
right: 250px;
2014-06-09 02:18:59 +08:00
left: 250px;
2014-06-09 01:50:54 +08:00
height: 300px;
background-color: #eee;
}
.btn-bottom {
position: absolute;
bottom: 0;
2014-03-28 20:03:22 +08:00
left: 0;
}