V2 should be able to see connection action now

This commit is contained in:
Carter 2025-04-09 14:28:26 -06:00
parent 318975b649
commit 3685478089
3 changed files with 3 additions and 3 deletions

View file

@ -61,6 +61,7 @@ const useStyles = makeStyles((theme: Theme) => ({
})
},
sideMenuOnClosed: {
pointerEvents: "none",
transition: theme.transitions.create(["width", "z-index", "opacity"], {
easing: theme.transitions.easing.sharp,
duration: theme.transitions.duration.leavingScreen