vendor/assets/stylesheets/tooltip.css.scss in flashgrid-1.0.17 vs vendor/assets/stylesheets/tooltip.css.scss in flashgrid-1.0.18
- old
+ new
@@ -13,14 +13,15 @@
font-weight: bold;
letter-spacing: 0;
line-height: 17px;
opacity: 0;
filter: alpha(opacity=0);
+ float: none;
position: absolute;
text-decoration: none;
text-transform: none;
visibility: visible;
- z-index: 1030;
+ z-index: 1070;
}
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
\ No newline at end of file