Remove pointer-events from tooltips to keep them from disappearing.

This commit is contained in:
Tom MacWright
2013-01-17 12:17:45 -05:00
parent fd2ef2a78b
commit d550eda443

View File

@@ -1048,8 +1048,10 @@ div.typeahead a:first-child {
}
.tail {
pointer-events:none;
position: absolute;
background: rgba(255, 255, 255, 0.7);
max-width: 250px;
margin-top: -15px;
padding: 5px;
-webkit-border-radius: 4px;