Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use 'display' instead of 'visibility' to prevent the page from having…
… white space at the bottom
  • Loading branch information
sfan5 committed Jul 5, 2014
1 parent 9b393da commit 6c3d50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/style.css
Expand Up @@ -16,7 +16,7 @@ tr:hover {
}

.mts_hover_list {
visibility: hidden;
display: none;
border: gray solid 1px;
position: absolute;
z-index: 100;
Expand All @@ -25,7 +25,7 @@ tr:hover {
}

td:hover .mts_hover_list {
visibility: visible;
display: block;
}

.mts_hover_list_text, .mts_tooltip {
Expand Down

0 comments on commit 6c3d50f

Please sign in to comment.