@@ -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; margin-bottom: 0px; "
7+ style = " overflow-y: auto;"
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; margin-bottom: 0px; "
45+ style = " overflow-y: auto;"
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; margin-bottom: 0px; "
99+ style = " overflow-y: auto;"
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; margin-bottom: 0px; "
153+ style = " overflow-y: auto;"
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; margin-bottom: 0px; "
207+ style = " overflow-y: auto;"
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; margin-bottom: 80px; "
234+ style = " overflow-y: auto;"
235235 >
236236 <div
237237 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -302,7 +302,7 @@ exports[`SnapUIRenderer supports container backgrounds 1`] = `
302302<div >
303303 <div
304304 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-default"
305- style = " overflow-y: auto; margin-bottom: 80px; "
305+ style = " overflow-y: auto;"
306306 >
307307 <div
308308 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -350,7 +350,7 @@ exports[`SnapUIRenderer supports interactive inputs 1`] = `
350350<div >
351351 <div
352352 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
353- style = " overflow-y: auto; margin-bottom: 0px; "
353+ style = " overflow-y: auto;"
354354 >
355355 <div
356356 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -388,7 +388,7 @@ exports[`SnapUIRenderer supports the contentBackgroundColor prop 1`] = `
388388<div >
389389 <div
390390 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-default"
391- style = " overflow-y: auto; margin-bottom: 80px; "
391+ style = " overflow-y: auto;"
392392 >
393393 <div
394394 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
@@ -436,7 +436,7 @@ exports[`SnapUIRenderer supports the onCancel prop 1`] = `
436436<div >
437437 <div
438438 class = " mm-box snap-ui-renderer__content mm-box--height-full mm-box--background-color-background-alternative"
439- style = " overflow-y: auto; margin-bottom: 80px; "
439+ style = " overflow-y: auto;"
440440 >
441441 <div
442442 class = " box snap-ui-renderer__container box--display-flex box--flex-direction-column"
0 commit comments