From 5f3a629fd8fad2143bb3f3def1e8f8879f668b64 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Wed, 8 Sep 2021 16:27:31 +0800 Subject: [PATCH] panel add scroll x --- public/self/js/Director/detection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/self/js/Director/detection.js b/public/self/js/Director/detection.js index de14cc20d..e242e29b2 100644 --- a/public/self/js/Director/detection.js +++ b/public/self/js/Director/detection.js @@ -450,7 +450,7 @@ function updateSetting(){ hidePopup(); // show_region_attributes_update_panel(); var set_attributes = document.getElementById("set_attributes") - set_attributes.setAttribute('style', 'top:' + 185 + 'px;left:'+ 50 +'px;width:'+ 502+'px;position:absolute'); + set_attributes.setAttribute('style', 'height:70rem;overflow:auto;'+'top:' + 185 + 'px;left:'+ 50 +'px;width:'+ 502+'px;position:absolute'); update_attributes_update_panel(); $('#message_panel').css('display','block'); $('#message_panel .content').css('display','inline');