Fix closend menu bug

This commit is contained in:
WhyKorp
2024-09-22 14:12:52 +02:00
committed by GitHub
parent bbefb107f3
commit 842d032868
+1 -1
View File
@@ -25,7 +25,7 @@
#task-menu { #task-menu {
position: fixed; position: fixed;
top: 0; top: 0;
right: -300px; /* Menu caché initialement */ right: -400px; /* Menu caché initialement */
width: 300px; width: 300px;
height: 100%; height: 100%;
background-color: #f4f4f4; background-color: #f4f4f4;