Use 'display' instead of 'visibility' to prevent the page from having white space at the bottom
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user