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);