From 828b448ecdbe4227ec5e3a858c8f0e4bb4ca9d3d Mon Sep 17 00:00:00 2001 From: aeris Date: Mon, 30 Apr 2018 16:06:06 +0200 Subject: [PATCH] QRcode for giggity disable click on some tiles --- source/stylesheets/site.css.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index e413ba7..e42430e 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -256,13 +256,15 @@ ul.legend { & .qrcode { position: absolute; - z-index: 3; + z-index: 2; opacity: 1; + visibility: visible; @include transition(all 500ms ease-in-out); &.hidden { opacity: 0; + visibility: hidden; } } }