Fix Message feature chat box not displaying when using Layout 01.

Follow the instructions below to fix the chat box not appearing when using Layout 01 (with display on all pages selected) and the Messaging feature.

1) Log into your App Manager and select your app.

2) Click Colors from the left-hand-side of the screen (or the middle of the screen).

3) Scroll down until you get to the Advanced SCSS box and paste the following code. If there is already code in the advanced SCSS box, do not remove it.  Start a new line “after” the last character in the box, then paste the code below.

/*** BEGIN: MESSAGING - LAYOUT 01 - FIX CHAT BOX AT BOTTOM NOT SHOWING ***/

.layout_1.layout-always-visible .bar.bar-stable.bar-footer {
    height: calc(var(--safe-area-inset-bottom) + 100px) !important;
    padding-bottom: calc(var(--safe-area-inset-bottom) + 70px) !important;
}
/*** END: MESSAGING - LAYOUT 01 - FIX CHAT BOX AT BOTTOM NOT SHOWING ***/

4) Click Save.