@@ -4,7 +4,7 @@ exports[`SnapUIRenderer prefills interactive inputs with existing state 1`] = `
44<div >
55 <div
66 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
7- style = " overflow-y: auto;"
7+ style = " overflow-y: auto; margin-bottom: 0px; "
88 >
99 <div
1010 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -42,7 +42,7 @@ exports[`SnapUIRenderer re-focuses input after re-render 1`] = `
4242<div >
4343 <div
4444 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
45- style = " overflow-y: auto;"
45+ style = " overflow-y: auto; margin-bottom: 0px; "
4646 >
4747 <div
4848 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -96,7 +96,7 @@ exports[`SnapUIRenderer re-renders when the interface changes 1`] = `
9696<div >
9797 <div
9898 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
99- style = " overflow-y: auto;"
99+ style = " overflow-y: auto; margin-bottom: 0px; "
100100 >
101101 <div
102102 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -150,7 +150,7 @@ exports[`SnapUIRenderer re-syncs state when the interface changes 1`] = `
150150<div >
151151 <div
152152 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
153- style = " overflow-y: auto;"
153+ style = " overflow-y: auto; margin-bottom: 0px; "
154154 >
155155 <div
156156 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -204,7 +204,7 @@ exports[`SnapUIRenderer renders basic UI 1`] = `
204204<div >
205205 <div
206206 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
207- style = " overflow-y: auto;"
207+ style = " overflow-y: auto; margin-bottom: 0px; "
208208 >
209209 <div
210210 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -231,7 +231,7 @@ exports[`SnapUIRenderer renders footers 1`] = `
231231<div >
232232 <div
233233 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
234- style = " overflow-y: auto;"
234+ style = " overflow-y: auto; margin-bottom: 80px; "
235235 >
236236 <div
237237 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -247,7 +247,7 @@ exports[`SnapUIRenderer renders footers 1`] = `
247247 </div >
248248 <div
249249 class = " box snap-ui-renderer__footer box--padding-4 box--display-flex box--gap-4 box--flex-direction-row box--width-full box--background-color-background-default"
250- style = " box-shadow: var(--shadow-size-md) var(--color-shadow-default); height: 80px;"
250+ style = " box-shadow: var(--shadow-size-md) var(--color-shadow-default); height: 80px; position: fixed; bottom: 0px; "
251251 >
252252 <button
253253 class = " mm-box mm-text mm-button-base mm-button-base--size-lg mm-button-base--block snap-ui-renderer__footer-button mm-button-primary mm-text--body-md-medium mm-box--padding-0 mm-box--padding-right-4 mm-box--padding-left-4 mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-primary-inverse mm-box--background-color-primary-default mm-box--rounded-pill"
@@ -302,7 +302,7 @@ exports[`SnapUIRenderer supports address inputs 1`] = `
302302<div >
303303 <div
304304 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
305- style = " overflow-y: auto;"
305+ style = " overflow-y: auto; margin-bottom: 0px; "
306306 >
307307 <div
308308 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -340,7 +340,7 @@ exports[`SnapUIRenderer supports address inputs with a disabled prop 1`] = `
340340<div >
341341 <div
342342 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
343- style = " overflow-y: auto;"
343+ style = " overflow-y: auto; margin-bottom: 0px; "
344344 >
345345 <div
346346 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -379,7 +379,7 @@ exports[`SnapUIRenderer supports address inputs with a placeholder 1`] = `
379379<div >
380380 <div
381381 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
382- style = " overflow-y: auto;"
382+ style = " overflow-y: auto; margin-bottom: 0px; "
383383 >
384384 <div
385385 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -418,7 +418,7 @@ exports[`SnapUIRenderer supports address inputs with existing state 1`] = `
418418<div >
419419 <div
420420 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
421- style = " overflow-y: auto;"
421+ style = " overflow-y: auto; margin-bottom: 0px; "
422422 >
423423 <div
424424 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -499,7 +499,7 @@ exports[`SnapUIRenderer supports address inputs within a field 1`] = `
499499<div >
500500 <div
501501 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
502- style = " overflow-y: auto;"
502+ style = " overflow-y: auto; margin-bottom: 0px; "
503503 >
504504 <div
505505 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -543,7 +543,7 @@ exports[`SnapUIRenderer supports container backgrounds 1`] = `
543543<div >
544544 <div
545545 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-default"
546- style = " overflow-y: auto;"
546+ style = " overflow-y: auto; margin-bottom: 80px; "
547547 >
548548 <div
549549 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -559,7 +559,7 @@ exports[`SnapUIRenderer supports container backgrounds 1`] = `
559559 </div >
560560 <div
561561 class = " box snap-ui-renderer__footer box--padding-4 box--display-flex box--gap-4 box--flex-direction-row box--width-full box--background-color-background-default"
562- style = " box-shadow: var(--shadow-size-md) var(--color-shadow-default); height: 80px;"
562+ style = " box-shadow: var(--shadow-size-md) var(--color-shadow-default); height: 80px; position: fixed; bottom: 0px; "
563563 >
564564 <button
565565 class = " mm-box mm-text mm-button-base mm-button-base--size-lg mm-button-base--block snap-ui-renderer__footer-button mm-button-primary mm-text--body-md-medium mm-box--padding-0 mm-box--padding-right-4 mm-box--padding-left-4 mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-primary-inverse mm-box--background-color-primary-default mm-box--rounded-pill"
@@ -591,7 +591,7 @@ exports[`SnapUIRenderer supports file inputs 1`] = `
591591<div >
592592 <div
593593 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
594- style = " overflow-y: auto;"
594+ style = " overflow-y: auto; margin-bottom: 0px; "
595595 >
596596 <div
597597 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -654,7 +654,7 @@ exports[`SnapUIRenderer supports forms 1`] = `
654654<div >
655655 <div
656656 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
657- style = " overflow-y: auto;"
657+ style = " overflow-y: auto; margin-bottom: 0px; "
658658 >
659659 <div
660660 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -704,7 +704,7 @@ exports[`SnapUIRenderer supports forms with fields 1`] = `
704704<div >
705705 <div
706706 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
707- style = " overflow-y: auto;"
707+ style = " overflow-y: auto; margin-bottom: 0px; "
708708 >
709709 <div
710710 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -786,7 +786,7 @@ exports[`SnapUIRenderer supports interactive inputs 1`] = `
786786<div >
787787 <div
788788 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
789- style = " overflow-y: auto;"
789+ style = " overflow-y: auto; margin-bottom: 0px; "
790790 >
791791 <div
792792 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -824,7 +824,7 @@ exports[`SnapUIRenderer supports the contentBackgroundColor prop 1`] = `
824824<div >
825825 <div
826826 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-default"
827- style = " overflow-y: auto;"
827+ style = " overflow-y: auto; margin-bottom: 80px; "
828828 >
829829 <div
830830 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -840,7 +840,7 @@ exports[`SnapUIRenderer supports the contentBackgroundColor prop 1`] = `
840840 </div >
841841 <div
842842 class = " box snap-ui-renderer__footer box--padding-4 box--display-flex box--gap-4 box--flex-direction-row box--width-full box--background-color-background-default"
843- style = " box-shadow: var(--shadow-size-md) var(--color-shadow-default); height: 80px;"
843+ style = " box-shadow: var(--shadow-size-md) var(--color-shadow-default); height: 80px; position: fixed; bottom: 0px; "
844844 >
845845 <button
846846 class = " mm-box mm-text mm-button-base mm-button-base--size-lg mm-button-base--block snap-ui-renderer__footer-button mm-button-primary mm-text--body-md-medium mm-box--padding-0 mm-box--padding-right-4 mm-box--padding-left-4 mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-primary-inverse mm-box--background-color-primary-default mm-box--rounded-pill"
@@ -872,7 +872,7 @@ exports[`SnapUIRenderer supports the onCancel prop 1`] = `
872872<div >
873873 <div
874874 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
875- style = " overflow-y: auto;"
875+ style = " overflow-y: auto; margin-bottom: 80px; "
876876 >
877877 <div
878878 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -888,7 +888,7 @@ exports[`SnapUIRenderer supports the onCancel prop 1`] = `
888888 </div >
889889 <div
890890 class = " box snap-ui-renderer__footer box--padding-4 box--display-flex box--gap-4 box--flex-direction-row box--width-full box--background-color-background-default"
891- style = " box-shadow: var(--shadow-size-md) var(--color-shadow-default); height: 80px;"
891+ style = " box-shadow: var(--shadow-size-md) var(--color-shadow-default); height: 80px; position: fixed; bottom: 0px; "
892892 >
893893 <button
894894 class = " mm-box mm-text mm-button-base mm-button-base--size-lg mm-button-base--block snap-ui-renderer__footer-button mm-button-secondary mm-text--body-md-medium mm-box--padding-0 mm-box--padding-right-4 mm-box--padding-left-4 mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-primary-default mm-box--background-color-transparent mm-box--rounded-pill mm-box--border-color-primary-default box--border-style-solid box--border-width-1"
@@ -929,7 +929,7 @@ exports[`SnapUIRenderer will render a matched address name 1`] = `
929929<div >
930930 <div
931931 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
932- style = " overflow-y: auto;"
932+ style = " overflow-y: auto; margin-bottom: 0px; "
933933 >
934934 <div
935935 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -1023,7 +1023,7 @@ exports[`SnapUIRenderer will render avatar when displayAvatar is true 1`] = `
10231023<div >
10241024 <div
10251025 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
1026- style = " overflow-y: auto;"
1026+ style = " overflow-y: auto; margin-bottom: 0px; "
10271027 >
10281028 <div
10291029 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
0 commit comments