fix jittering on click caused by re-positioning of invisible share dialog. it does not use display:none to preserve an animation.

This commit is contained in:
Sam 2013-08-26 16:09:30 +10:00
parent 322b5c236c
commit 0b74c2da9c

View file

@ -6,6 +6,7 @@
#share-link {
position: absolute;
left: 20px;
top: 0;
z-index: 990;
@include border-radius-all(3px);
@include box-shadow(1px 1px 5px $darkish_gray);