Skip to content

Commit

Permalink
fix(frame): margin-reset should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Dec 4, 2019
1 parent 5d9e8c6 commit 9ca2c17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/frame/src/frame.tsx
Expand Up @@ -176,10 +176,6 @@ export const hashClassNames: ISelectors = {
* Core styling required to display the component correctly
*/
export const CORE_STYLE: string = `
body {
margin-top: 0;
margin-bottom: 0;
}
.${hashSelectors.wrapper}{${styles.wrapper}}
.${hashSelectors.overlay}{${styles.overlay}}
.${hashSelectors.targets}{${styles.targets}}
Expand Down

0 comments on commit 9ca2c17

Please sign in to comment.