From e5c7f0b8e3cddb537e389f961c37dd6726a77a39 Mon Sep 17 00:00:00 2001 From: sangge <2251250136@qq.com> Date: Wed, 13 Dec 2023 00:33:40 +0800 Subject: [PATCH] fix: move desktop --- css/game.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/game.css b/css/game.css index b612bc8..8090215 100644 --- a/css/game.css +++ b/css/game.css @@ -8,8 +8,10 @@ background-repeat: no-repeat; } #desktop img{ + left: -10px; + top: -10px; position: absolute; - z-index: 1; + z-index: 2; } #restaurant .customer img { position: absolute;