diff --git a/packages/unleash-frontend-next/src/App.jsx b/packages/unleash-frontend-next/src/App.jsx
index 62e766288f..56f2445d8e 100644
--- a/packages/unleash-frontend-next/src/App.jsx
+++ b/packages/unleash-frontend-next/src/App.jsx
@@ -1,6 +1,7 @@
import React, { Component } from 'react';
import { Layout, Panel, NavDrawer } from 'react-toolbox';
import { AppBar, IconButton } from 'react-toolbox';
+import style from './style'
import Navigation from './Navigation';
@@ -15,7 +16,7 @@ export default class App extends Component {
render () {
return (
-
+
diff --git a/packages/unleash-frontend-next/src/style.scss b/packages/unleash-frontend-next/src/style.scss
new file mode 100644
index 0000000000..a2a9af46ad
--- /dev/null
+++ b/packages/unleash-frontend-next/src/style.scss
@@ -0,0 +1,8 @@
+.container {
+ height: auto;
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+}
diff --git a/packages/unleash-frontend-next/src/theme/_config.scss b/packages/unleash-frontend-next/src/theme/_config.scss
index dfb00ac58b..7bc83dc463 100644
--- a/packages/unleash-frontend-next/src/theme/_config.scss
+++ b/packages/unleash-frontend-next/src/theme/_config.scss
@@ -24,4 +24,7 @@ body {
margin: 0;
border: 0;
outline: 0;
+
}
+
+