Fix closend menu bug
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user