From fe2b7c0cc41ceeb4783d232c4f67fd0cc8d8e4b8 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Mon, 31 May 2021 15:59:14 +0200 Subject: [PATCH] fix remote cursor dialog location --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index a99c588..d6525a3 100644 --- a/demo/index.html +++ b/demo/index.html @@ -15,7 +15,7 @@ .remote-caret > div { position: absolute; top: -1.05em; - left: -1px; + left: -2px; font-size: .6em; background-color: rgb(250, 129, 0); font-family: serif;