From d550eda4432ff011500262b426c2bd71aee1e670 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 17 Jan 2013 12:17:45 -0500 Subject: [PATCH] Remove pointer-events from tooltips to keep them from disappearing. --- css/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/app.css b/css/app.css index b54ac70f1..932ca3b52 100644 --- a/css/app.css +++ b/css/app.css @@ -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;