Fixing styles

Change-Id: Ic4c8a4f69816208b5266b86fdf6bcc4ed63c41f4
diff --git a/src/index.scss b/src/index.scss
index 6a1f8e3..bacb45e 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -12,11 +12,13 @@
 
 body {
   min-height: 90%;
+  height: 90%;
 }
 
-ui-view, xos, .wrapper, .content {
+ui-view, xos, .wrapper, .content, .content > .container-fluid, [ui-view] {
   display: block;
   min-height: 100%;
+  height:100%;
 }
 
 .content > div {