diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-07-14 17:38:59 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-07-14 17:38:59 -0400 |
commit | a57d629fd6404a2531471165dff60815bf5629d0 (patch) | |
tree | 25c6c485cdc769af314bd7291175d8cc872d0289 /assets/less | |
parent | 06b84afeeb436965f522e794045ad4c7e72efb42 (diff) |
fix clicks on thumbnails
Diffstat (limited to 'assets/less')
-rw-r--r-- | assets/less/bootswatch.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/less/bootswatch.less b/assets/less/bootswatch.less index e93ee6d5..133bda9d 100644 --- a/assets/less/bootswatch.less +++ b/assets/less/bootswatch.less @@ -145,6 +145,7 @@ footer { width: 100%; height: 100%; content: ""; + pointer-events: none; } .options { |