mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
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:
parent
322b5c236c
commit
0b74c2da9c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue