// Ensure container exists and is visible const container = document.getElementById('proview-client-container'); if (container) { container.style.display = 'block'; container.style.minHeight = '400px'; }
Was this page helpful?