diff --git a/index.html b/index.html index c41e88f..098b35a 100644 --- a/index.html +++ b/index.html @@ -99,9 +99,9 @@

Langages utilisés:

diff --git a/src/script.js b/src/script.js index f447cd7..fd31319 100644 --- a/src/script.js +++ b/src/script.js @@ -24,6 +24,6 @@ function toggle() { menu.style.maxWidth = "0px"; icon_menu.style.background = 'none'; darker.style.background = 'none'; - darker.style.zIndex = "10"; + darker.style.zIndex = "-10"; } } \ No newline at end of file