mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:52:45 +08: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
|
@ -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 New Issue
Block a user