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;