Skip to content

Instantly share code, notes, and snippets.

@brunosabot
Created November 11, 2021 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunosabot/43bc900a8f1b02df53370c69dfe64780 to your computer and use it in GitHub Desktop.
Save brunosabot/43bc900a8f1b02df53370c69dfe64780 to your computer and use it in GitHub Desktop.
#root {
position: relative;
z-index: 1;
}
#modal-root {
position: relative;
z-index: 2;
}
<!-- ... -->
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="modal-root" aria-live="assertive"></div>
</body>
<!-- ... -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment