From 842d032868b079246e26d4ca7cfa2550cc54c38c Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:12:52 +0200 Subject: [PATCH] Fix closend menu bug --- ruty/todo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruty/todo.php b/ruty/todo.php index a4e39f5..34b8baf 100644 --- a/ruty/todo.php +++ b/ruty/todo.php @@ -25,7 +25,7 @@ #task-menu { position: fixed; top: 0; - right: -300px; /* Menu caché initialement */ + right: -400px; /* Menu caché initialement */ width: 300px; height: 100%; background-color: #f4f4f4;