mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00: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
|
||||
document.activeElement.blur();
|
||||
});
|
||||
|
||||
$(document).on("shown.bs.modal", function(e)
|
||||
{
|
||||
ResizeResponsiveEmbeds();
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user