#13066 fixed modal in retine screen

This commit is contained in:
Daniel Cebrian 2024-03-13 16:53:43 +01:00
parent f915be28d9
commit 83e9332e53
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ ui_include_time_picker(true);
margin = 50;
}
var browserZoomLevel = (Math.round(window.devicePixelRatio * 100)/100);
var browserZoomLevel = window.outerWidth / window.innerWidth;
let height = ($('#chart-modal').height() + margin) * browserZoomLevel;
let width = 800 * browserZoomLevel;
window.resizeTo(width, height);