Skip to content

Commit 6c3d50f

Browse files
committedJul 5, 2014
Use 'display' instead of 'visibility' to prevent the page from having white space at the bottom
1 parent 9b393da commit 6c3d50f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎static/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tr:hover {
1616
}
1717

1818
.mts_hover_list {
19-
visibility: hidden;
19+
display: none;
2020
border: gray solid 1px;
2121
position: absolute;
2222
z-index: 100;
@@ -25,7 +25,7 @@ tr:hover {
2525
}
2626

2727
td:hover .mts_hover_list {
28-
visibility: visible;
28+
display: block;
2929
}
3030

3131
.mts_hover_list_text, .mts_tooltip {

0 commit comments

Comments
 (0)
Please sign in to comment.