Move back to top to the right to avoid misclicks
This commit is contained in:
parent
f83fb6f4c3
commit
62fa43b222
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ pre { word-wrap: break-word; }
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 54px;
|
right: 20px;
|
||||||
transition: opacity ease 400ms;
|
transition: opacity ease 400ms;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
z-index: 49;
|
z-index: 49;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue