diff --git a/src/index.html b/src/index.html index fc560aef..d4763335 100644 --- a/src/index.html +++ b/src/index.html @@ -17,7 +17,7 @@ -
+
diff --git a/src/index.js b/src/index.js index b3c6abc8..70f51986 100644 --- a/src/index.js +++ b/src/index.js @@ -4,7 +4,7 @@ import { render } from 'react-dom'; import baseStyles from 'support/styles'; import App from 'views/index'; -const root: ?HTMLElement = document.getElementById('root'); +const root: ?HTMLElement = document.getElementById('trezor-wallet-root'); if (root) { baseStyles(); render(, root); diff --git a/src/support/styles/index.js b/src/support/styles/index.js index 500794c7..6f631b09 100644 --- a/src/support/styles/index.js +++ b/src/support/styles/index.js @@ -44,7 +44,7 @@ const baseStyles = () => injectGlobal` outline: 0; } - #root { + #trezor-wallet-root { height: 100%; }