From 611bbb8fb214a93d679682b200c82dfb88319c29 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 28 Nov 2019 12:06:01 +0200 Subject: [PATCH] fallback dashboard overflow hidden --- frontend/less/espo/custom.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 1597500f27..f947f8b8f3 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1787,6 +1787,10 @@ table.less-padding td.cell[data-name="buttons"] > .btn-group { } margin-left: 0; margin-right: 0; + + .panel.dashlet > .panel-body { + overflow-y: hidden; + } } .panel.dashlet > .panel-body {