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; } } }