diff --git a/frontend/package.json b/frontend/package.json index 867542f5fd..6910600f1b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,6 +28,7 @@ "lint": "eslint src", "start": "react-scripts start", "start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start", + "start:ea": "UNLEASH_API=https://unleash4.herokuapp.com yarn run start", "test": "react-scripts test", "prepare": "yarn run build" }, diff --git a/frontend/src/component/styles.module.scss b/frontend/src/component/styles.module.scss index 09b01d1684..02039cc42c 100644 --- a/frontend/src/component/styles.module.scss +++ b/frontend/src/component/styles.module.scss @@ -21,7 +21,6 @@ .contentWrapper { margin: 0 auto; flex: 1; - min-height: 100%; width: 100%; background-color: #ecebeb; background-image: url('../assets/img/texture.svg');