dryhurst / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Disable Clicking on background

GoogleCodeExporter opened this issue · 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