From 403e5050e85473229c6b7569c569f4a64d20110e Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Mon, 8 Nov 2021 09:05:08 -0600 Subject: [PATCH] adjust position from `right` to accommodate scrollbar --- client/homebrew/editor/editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/editor/editor.less b/client/homebrew/editor/editor.less index 439e1f482..61f9279cb 100644 --- a/client/homebrew/editor/editor.less +++ b/client/homebrew/editor/editor.less @@ -11,7 +11,7 @@ } .editor-page-count{ color : grey; - right : 12px; + right : 15px; } .columnSplit{ font-style : italic;