Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(styles): remove .pushable from global styles
Browse files Browse the repository at this point in the history
fix(styles): remove .pushable from global styles
  • Loading branch information
Metnew committed Feb 18, 2018
1 parent 31bbb0f commit 3f2cc04
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/common/styles/global.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {injectGlobal} from 'styled-components'

// NOTE: Styles of container elements duplicated to make SSR version without css looks prettier
// NOTE: some styles are duplicated to make SSRed app looks better
injectGlobal`
body {
margin: 0;
Expand All @@ -14,13 +14,6 @@ injectGlobal`
color: rgba(0, 0, 0, 0.87);
}
.pushable {
height: 100%;
overflow-x: hidden;
padding: 0;
transform: translate3d(0, 0, 0);
}
#app {
width: 100%;
height: 100%;
Expand Down

0 comments on commit 3f2cc04

Please sign in to comment.