mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Optimized iframe-resizer handling
This commit is contained in:
@@ -562,7 +562,7 @@ $(window).on('resize', function()
|
||||
|
||||
if (GetUriParam("embedded"))
|
||||
{
|
||||
window.parent.iFrameResize({ "checkOrigin": false, "warningTimeout": 0 }, "iframe.embed-responsive");
|
||||
window.parent.iFrameResize({ "checkOrigin": false, "warningTimeout": 0, "minHeight": 700 }, "iframe.embed-responsive");
|
||||
}
|
||||
|
||||
function WindowMessageBag(message, payload = null)
|
||||
|
Reference in New Issue
Block a user