From 5a01104bccb6fcae91db575e1b98ced8640cc4c2 Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Sat, 28 Jun 2025 00:25:19 +0300 Subject: [PATCH] Fix: Show control buttons on hover only on the displayed stream (montage.js) This will avoid unnecessary display of buttons when hovering over the "Monitor status" line if it is displayed "Outside bottom" --- web/skins/classic/views/js/montage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/views/js/montage.js b/web/skins/classic/views/js/montage.js index 586e5f849..4292e4ff8 100644 --- a/web/skins/classic/views/js/montage.js +++ b/web/skins/classic/views/js/montage.js @@ -687,7 +687,7 @@ function initPage() { // $j('#zmMontageLayout').val(getCookie('zmMontageLayout')); //} - $j(".grid-monitor").hover( + $j(".monitorStream").hover( //Displaying "Scale" and other buttons at the top of the monitor image function() { const id = stringToNumber(this.id);