Portal announcement / alert disappear when resizing the browser window to mobile viewIssue Portal announcement / alert, displayed on the top of the page, disappear when resizing the browser window to mobile view. CauseThe alerts.push() is being used to display the alert / announcement. The alert.push does not work in the mobile view or when the window is resized. ResolutionService Portal uses Bootstrap and one of the functionality of this technology is the availability of resizing the window/content. Service Portal has its own built-in notifications based on Bootstrap and they work for the the mobile view as well. In the Server Side widget, the options are:gs.addInfoMessage("Success goes here"); gs.addErrorMessage("Error goes here");In theController widget, the options are:spUtil.addInfoMessage("Success goes here"); spUtil.addErrorMessage("Error goes here"); For reference please review: spUtil - Clienthttps://docs.servicenow.com/lhttps://serviceportal.io/restyling-notifications-in-service-portal/