From e103335cc1d6845b51d144ad1d823fbce0513b26 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Thu, 14 Apr 2016 08:14:06 +0200 Subject: [PATCH] fix dashboard img bug --- resources/styles/layouts/main-layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/styles/layouts/main-layout.scss b/resources/styles/layouts/main-layout.scss index db847c8ab..24ad47943 100644 --- a/resources/styles/layouts/main-layout.scss +++ b/resources/styles/layouts/main-layout.scss @@ -13,8 +13,9 @@ .dashboard-content { background-image: url("../images/dashboard-img.svg"); - background-size: 100%; background-position: bottom center; + background-repeat: no-repeat; + background-size: 100%; display: flex; flex-direction: column; height: calc(100vh - 60px);