From f3bbcb07e70a3a9cd8996cc887b36908350e4b06 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Mon, 12 Dec 2022 12:03:48 +0100 Subject: [PATCH] removed unnecessary console.log --- playground/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playground/index.php b/playground/index.php index a2fbc10..26aec60 100644 --- a/playground/index.php +++ b/playground/index.php @@ -91,8 +91,6 @@ const fromTop = Math.min(100, Math.max(0, Math.round(top * 100 / height))); percent.innerHTML = `${fromTop}%`; - - console.log("SCROOLLL", fromTop, height, top); }); }); @@ -215,6 +213,9 @@ border: none; color: #888; } + .statusbar > * { + margin-left: 0.5rem; + } #position { color: dodgerblue;