Use 'display' instead of 'visibility' to prevent the page from having white space at the bottom

This commit is contained in:
sfan5
2014-07-05 15:06:05 +02:00
parent 9b393daa76
commit 6c3d50f6f8

View File

@@ -16,7 +16,7 @@ tr:hover {
}
.mts_hover_list {
visibility: hidden;
display: none;
border: gray solid 1px;
position: absolute;
z-index: 100;
@@ -25,7 +25,7 @@ tr:hover {
}
td:hover .mts_hover_list {
visibility: visible;
display: block;
}
.mts_hover_list_text, .mts_tooltip {