diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 7ef91ce09..224af8fec 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1310,6 +1310,10 @@ define([ if (appType !== 'code' && appType !== 'slide') { $(window).on('resize', updateToolbarVisibility); updateToolbarVisibility(); + // Small delay to ensure the toolbar layout has rendered before checking for wrapping (ex: profile medium screen size) + setTimeout(() => { + updateToolbarVisibility(); + }, 10); } return {