N°6167 - Fix welcome popup opening with collapsed content

This commit is contained in:
Molkobain
2024-05-26 23:03:34 +02:00
parent a956627187
commit fc428eeb2b
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ oWelcomePopupDialogElem.removeClass('ibo-is-hidden');
// Prepare dialog
oWelcomePopupDialogElem.dialog({
modal: true,
width: '70%',
width: $(window).innerWidth() * 0.7,
maxHeight: $(window).innerHeight() * 0.8,
autoOpen: true,
title: oWelcomePopupDialogElem.attr('data-title'),