mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 19:36:16 +02:00
Optimized modal dialog sizing
This commit is contained in:
parent
018449c648
commit
fce6458df6
|
|
@ -1236,3 +1236,8 @@ $(document).on("click", "#clear-filter-button", function(e)
|
||||||
// to prevent that the tooltip stays until clicked anywhere else
|
// to prevent that the tooltip stays until clicked anywhere else
|
||||||
document.activeElement.blur();
|
document.activeElement.blur();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(document).on("shown.bs.modal", function(e)
|
||||||
|
{
|
||||||
|
ResizeResponsiveEmbeds();
|
||||||
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user