root -> trezor-wallet-root

pull/223/head
Vladimir Volek 6 years ago
parent 9f1f1df834
commit 2b5c932d89

@ -17,7 +17,7 @@
</head>
<body>
<!--[if lt IE 8]>
<div class="unsupported-browsers">
<div class="unsupported-browsers">
<div class="header"></div>
<h1>Your browser is not supported</h1>
<p>Please choose one of the supported browsers</p>
@ -33,6 +33,6 @@
</div>
</div>
<![endif]-->
<div id="root"></div>
<div id="trezor-wallet-root"></div>
</body>
</html>

@ -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(<App />, root);

@ -44,7 +44,7 @@ const baseStyles = () => injectGlobal`
outline: 0;
}
#root {
#trezor-wallet-root {
height: 100%;
}

Loading…
Cancel
Save