Browse Source

Minor - Add background color to base css - refs BT#15389

Angel Fernando Quiroz Campos 5 years ago
parent
commit
65e0141cff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Resources/public/css/base.css

+ 1 - 0
app/Resources/public/css/base.css

@@ -12,6 +12,7 @@
 /* Sticky footer styles
 -------------------------------------------------- */
 html {
+    background-color: #FFF;
     position: relative;
     min-height: 100%;
 }