From 11f56e57e8ff645da23d10dddeb3f6d3bfe39619 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 1 Dec 2023 16:45:28 +0000 Subject: [PATCH] Don't scroll test page vertically --- test/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/index.html b/test/index.html index 89ab0e9..779405e 100644 --- a/test/index.html +++ b/test/index.html @@ -8,6 +8,8 @@ background: #000056; margin: 0 auto; + + overflow-y: hidden; } .center-grid {