From 7f123c1952617b1cbd02933acb93a5798e108987 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Fri, 20 May 2016 08:19:20 +0200 Subject: [PATCH] fig dashboard scroll bug --- resources/styles/partials/dashboard-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/styles/partials/dashboard-grid.scss b/resources/styles/partials/dashboard-grid.scss index 9b292e16c..e6cb98e2d 100644 --- a/resources/styles/partials/dashboard-grid.scss +++ b/resources/styles/partials/dashboard-grid.scss @@ -74,7 +74,6 @@ } .dashboard-grid-content { - align-items: center; display: flex; min-height: 60vh; overflow: scroll; @@ -84,6 +83,7 @@ display: flex; flex-wrap: wrap; justify-content: center; + margin: auto; width: 100%; }