commit | 6d3e80eca88cc4ce354083b80a84a6d921e24ad4 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Mar 10 11:34:43 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Mar 10 11:34:43 2017 -0800 |
tree | 2dc495de6fd04b5f3bb41a3a679e9a236211018a | |
parent | b4f809706b3be7b88b0299654fd9b6b7c067fa56 [diff] [blame] |
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 {