Skip to content

Instantly share code, notes, and snippets.

@nucab
Created February 15, 2019 04:07
Show Gist options
  • Save nucab/9f3f19fe55f58abaccfa0e5b7ca76431 to your computer and use it in GitHub Desktop.
Save nucab/9f3f19fe55f58abaccfa0e5b7ca76431 to your computer and use it in GitHub Desktop.
// config.js
const modalRoot = document.createElement('div');
modalRoot.setAttribute('id', 'modal-root');
document.body.append(modalRoot);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment