Browse Source

remove height: 100% on .main-view

Trent White 9 years ago
parent
commit
76d18e7156
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/sass/layout/_page.scss

+ 1 - 1
public/sass/layout/_page.scss

@@ -4,7 +4,7 @@
 }
 }
 
 
 .main-view {
 .main-view {
-  height: 100%;
+  // height: 100%; REMOVED FOR FOOTER TRW
 }
 }
 
 
 .page-container {
 .page-container {