From 586baeea14dd3f7f00824131e693ef7aa2cd0d67 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 27 Jul 2022 14:40:51 +0300 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index c3d6f46e12..391e0a941b 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1884,6 +1884,9 @@ textarea.auto-height { #notifications-panel { > .panel { + overflow: hidden; + border-top-right-radius: 0; + .panel-heading { .close-link { display: none; @@ -1894,7 +1897,6 @@ textarea.auto-height { background-color: var(--dropdown-bg); } - > .panel-body { max-height: @navbar-panel-body-max-height; overflow-y: auto; @@ -2537,6 +2539,7 @@ table.table td.cell .html-container { left: auto; > .panel { + overflow: hidden; border-color: var(--dropdown-border); border-width: var(--dropdown-border-width);