gastelo / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

Enhancement: Disable Clicking on background #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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