From 481a8881d6f559108954dab0c9f5cebde0e7a2dd Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Thu, 12 Sep 2019 10:29:44 +0800 Subject: [PATCH] update css --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 7903e77..8414ceb 100644 --- a/index.css +++ b/index.css @@ -2,14 +2,14 @@ body, html { margin: 0; padding: 0; - height: 100% + height: 100%; + overflow: hidden; } body { background: url(star-catcher-astronaut-catching-stars-for-research-astronaut.jpg) no-repeat center; background-size: cover; width: 200%; - overflow: hidden } input#menu-control {