From 2b5c932d89db235f28b2fcad2bd41bb4614c003b Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 30 Oct 2018 13:26:00 +0100 Subject: [PATCH] root -> trezor-wallet-root --- src/index.html | 4 ++-- src/index.js | 2 +- src/support/styles/index.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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%; }