diff --git a/ui/app/css/itcss/generic/index.scss b/ui/app/css/itcss/generic/index.scss index aaf6c7c0e..0e4dc631c 100644 --- a/ui/app/css/itcss/generic/index.scss +++ b/ui/app/css/itcss/generic/index.scss @@ -13,7 +13,6 @@ body { font-family: Roboto, Arial; color: #4d4d4d; font-weight: 400; - background: #f7f7f7; width: 100%; height: 100%; margin: 0; @@ -57,6 +56,7 @@ html { height: 100%; display: flex; flex-direction: column; + background: #f7f7f7; @media screen and (max-width: $break-small) { background-color: $white;