diff options
| -rw-r--r-- | content_scripts/link_hints.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index ced90cc5..1795f0f7 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -262,7 +262,7 @@ LocalHints =              reason = "Frame."        when "div", "ol", "ul"          isClickable ||= -          if Scroller.isScrollableElement element +          if element.clientHeight < element.scrollHeight and Scroller.isScrollableElement element              reason = "Scroll."      # An element with a class name containing the text "button" might be clickable.  However, real clickables  | 
