update pointer script with offset
This commit is contained in:
parent
041aa95aba
commit
527c8492e6
|
|
@ -12,7 +12,7 @@
|
||||||
GM_addStyle ( multilineStr ( function () {/*!
|
GM_addStyle ( multilineStr ( function () {/*!
|
||||||
#myContainer {
|
#myContainer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 150px;
|
||||||
right: 0;
|
right: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background: orange;
|
background: orange;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue