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 unused .pushable styles
Browse files Browse the repository at this point in the history
fix(styles): remove unused .pushable styles
  • Loading branch information
Metnew committed Nov 8, 2017
1 parent 8b7fb7f commit 307027e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/styles/global.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ injectGlobal`
.pushable {
height: 100%;
overflow-x: hidden;
padding: 0em !important;
-webkit-transform: translate3d(0, 0, 0);
padding: 0;
transform: translate3d(0, 0, 0);
}
Expand Down

0 comments on commit 307027e

Please sign in to comment.