修改bootstrap提示框tooltip不被表头遮挡
This commit is contained in:
@@ -2227,7 +2227,7 @@ table th[class*="col-"] {
|
||||
.table-responsive {
|
||||
overflow-x: auto;
|
||||
min-height: 0.01%;
|
||||
position: fixed;
|
||||
/* position: fixed; */
|
||||
right: 14px;
|
||||
left: 14px;
|
||||
margin-top: 20px;
|
||||
@@ -5253,12 +5253,14 @@ button.close {
|
||||
padding: 0 5px; }
|
||||
|
||||
.tooltip-inner {
|
||||
max-width: 200px;
|
||||
max-width: 400px;
|
||||
padding: 3px 8px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background-color: #000;
|
||||
border-radius: 4px; }
|
||||
border-radius:4px !important;
|
||||
|
||||
}
|
||||
|
||||
.tooltip-arrow {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user