From ff932cd07f8c7b3718d8b01f0634d6e68ddd4add Mon Sep 17 00:00:00 2001 From: AntonLV Date: Fri, 16 Aug 2024 09:15:45 +0300 Subject: [PATCH] Ticket #4770 - Usage of assistant in Studio Help. --- .../boonex/artificer/data/template/system/css/general.css | 4 ++++ studio/template/css/menu_top.css | 4 ++++ template/css/common.css | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/boonex/artificer/data/template/system/css/general.css b/modules/boonex/artificer/data/template/system/css/general.css index 2d9a448a3c..e28f2804ec 100644 --- a/modules/boonex/artificer/data/template/system/css/general.css +++ b/modules/boonex/artificer/data/template/system/css/general.css @@ -58,6 +58,10 @@ import url(../../../../../../../template/css/general.css); .bx-toolbar-item.bx-ti-search .sys-search-results-quick .bx-btn.sys-agents-ask:last-child { margin-bottom: 0; } +.bx-agents-popup .cmts { + max-height: calc(0.5 * 100vh); + overflow-y: auto; +} /*--- Page Content with Cover ---*/ diff --git a/studio/template/css/menu_top.css b/studio/template/css/menu_top.css index d8bfcc89fe..7fc78da6e4 100644 --- a/studio/template/css/menu_top.css +++ b/studio/template/css/menu_top.css @@ -404,6 +404,10 @@ body > .bx-popup-wrapper.bx-std-mod-popup-settings-wrapper, #bx-std-pcap-menu-popup-assistant .bx-popup .bx-popup-header { border-bottom: 1px solid rgb(75 85 99); } +.bx-std-pcap-assistant .cmts { + max-height: calc(0.5 * 100vh); + overflow-y: auto; +} .bx-std-pcap-assistant .cmt-reply.cmt-reply-bottom { margin-bottom: 0; } diff --git a/template/css/common.css b/template/css/common.css index 2f3ff72fc5..b546e188a1 100644 --- a/template/css/common.css +++ b/template/css/common.css @@ -186,7 +186,10 @@ blockquote { width: 100%; margin-bottom: 0.5rem; } - +.bx-agents-popup .cmts { + max-height: calc(0.5 * 100vh); + overflow-y: auto; +} .bx-acl-err-msg { padding: 0 10%; }