Skip to content

Instantly share code, notes, and snippets.

@tadeaspetak
Created February 17, 2022 21:25
Show Gist options
  • Save tadeaspetak/f724655b45cb1d911f5036750405c1a8 to your computer and use it in GitHub Desktop.
Save tadeaspetak/f724655b45cb1d911f5036750405c1a8 to your computer and use it in GitHub Desktop.
useEffect(() => {
document.getElementById("root")?.setAttribute("aria-hidden", open.toString());
portal.current?.setAttribute("aria-hidden", (!open).toString());
}, [open]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment