Skip to content
Snippets Groups Projects
Commit bc1803dd authored by chris's avatar chris
Browse files

remove test div

parent 7e5b9b0d
No related branches found
No related tags found
1 merge request!257Editoria fixes
import React, { useLayoutEffect, useState, useMemo } from 'react'; import React, { useLayoutEffect, useState, useMemo } from 'react';
import styled, { createGlobalStyle } from 'styled-components'; import { createGlobalStyle } from 'styled-components';
import { Wax } from 'wax-prosemirror-core'; import { Wax } from 'wax-prosemirror-core';
...@@ -10,8 +10,8 @@ import { demo } from './demo'; ...@@ -10,8 +10,8 @@ import { demo } from './demo';
const GlobalStyle = createGlobalStyle` const GlobalStyle = createGlobalStyle`
body { body {
margin: 0; margin: 0;
padding: 0;
overflow-y: hidden; overflow-y: hidden;
padding: 0;
} }
#root { #root {
...@@ -56,7 +56,6 @@ const Editoria = () => { ...@@ -56,7 +56,6 @@ const Editoria = () => {
() => ( () => (
<> <>
<GlobalStyle /> <GlobalStyle />
<div>Hello</div>
<Wax <Wax
key={key} key={key}
config={finalConfig} config={finalConfig}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment