dryhurst/jquery-tubular

Enhancement: Disable Clicking on background

Opened this issue · 0 comments

To disable the clickable background, simply add this css ...

#tubular-shield {
  pointer-events: none;
}

Original issue reported on code.google.com by guid...@live.com on 10 Aug 2014 at 7:51