From dbf21f570b3b9234c90332c289ecc2a1a103ba6e Mon Sep 17 00:00:00 2001 From: Xaloc Date: Fri, 7 Jul 2023 15:03:54 +0200 Subject: [PATCH] fix style extra height --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index eaf6eba..36c978c 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,7 @@ body { height: 100%; margin: 0; padding: 0; + border: 1px solid transparent; } .panel { @@ -22,7 +23,6 @@ body { outline: none; color: #000000; background-color: #9e79c0; - border: none; border-radius: 15px; box-shadow: 0 9px 9px 9px #55335c; }