From c05f542e71bd582179c6780541acbd642250865c Mon Sep 17 00:00:00 2001 From: cyber-dream Date: Tue, 21 Mar 2023 15:38:20 +0300 Subject: [PATCH] add body absolute pos --- resources/base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/base.css b/resources/base.css index a186625..90a18d9 100644 --- a/resources/base.css +++ b/resources/base.css @@ -17,6 +17,9 @@ } body{ + position: absolute; + width: 100%; + height: 100%; margin: 0px; /* font: normal 14px Summer Pixel 22, "res/SummerPixel22Regular.ttf"; */ -webkit-touch-callout: none; /* iOS Safari */