From 96fb8f9b5ba80fa556fb21473f4ab328d4df95b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 26 Jun 2021 12:08:31 +0200 Subject: [PATCH] Fix pataje z-index --- components/teks/teks-drawer.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/teks/teks-drawer.js b/components/teks/teks-drawer.js index 71ccdbd..d14c6ac 100644 --- a/components/teks/teks-drawer.js +++ b/components/teks/teks-drawer.js @@ -54,7 +54,8 @@ const useStyles = makeStyles(theme => ({ [theme.breakpoints.up('sm')]: { width: `calc(100% - ${drawerWidth}px)`, marginLeft: drawerWidth - } + }, + zIndex: 1 }, menuButton: { [theme.breakpoints.up('sm')]: { @@ -109,7 +110,7 @@ const useStyles = makeStyles(theme => ({ position: 'fixed', top: '85px', left: '110px', - zIndex: 9998, + zIndex: 2, [theme.breakpoints.up('sm')]: { top: '88px', left: '340px'