Grand River Dam Authority: Mobile Surface Water Testing Lab
Click a photo to open the gallery…
try {
embeddedservice_bootstrap.settings.language = ‘en_US’; // For example, enter ‘en’ or ‘en-US’
embeddedservice_bootstrap.init(
’00Dcs00000AkRx7′,
‘NASH_Deployment’,
‘https://nomadgcs.my.site.com/ESWNASHDeployment1766524668591’,
{
scrt2URL: ‘https://nomadgcs.my.salesforce-scrt.com’
}
);
} catch (err) {
console.error(‘Error loading Embedded Messaging: ‘, err);
}
};
@media screen and (max-width: 768px) {
/* Chat container + iframe */
.embeddedServiceMessagingFrame,
iframe.embeddedServiceMessagingIframe {
position: fixed !important;
inset: 0 !important;
width: 100vw !important;
height: 100dvh !important;
max-height: 100dvh !important;
z-index: 2147483647 !important;
pointer-events: auto !important;
border-radius: 0 !important;
}
/* Push site UI below chat */
body.embeddedMessagingPreventScrolling header,
body.embeddedMessagingPreventScrolling nav,
body.embeddedMessagingPreventScrolling footer,
body.embeddedMessagingPreventScrolling [class*=”header”],
body.embeddedMessagingPreventScrolling [class*=”nav”],
body.embeddedMessagingPreventScrolling [id*=”header”],
body.embeddedMessagingPreventScrolling [id*=”nav”] {
z-index: 0 !important;
pointer-events: none !important;
}
/* IMPORTANT: ensure chat UI is clickable */
.embeddedServiceMessagingFrame *,
iframe.embeddedServiceMessagingIframe {
pointer-events: auto !important;
}
/* Hide WordPress plugin banner while chat is open */
body.embeddedMessagingPreventScrolling #simple-banner {
display: none !important;
}
}