removed overflow: auto and updated jest snapshots

This commit is contained in:
codebyalex 2019-05-23 17:21:16 -04:00
parent c31780123b
commit e41fab19c4
6 changed files with 5 additions and 7 deletions

View File

@ -12,7 +12,6 @@ const styles = {
innerStyle: {
margin: 'auto',
maxHeight: '100%', // Hack for centering correctly in IE11
overflow: 'auto',
},
} as const;

View File

@ -13,7 +13,7 @@ exports[`Storyshots Addon|Centered centered component 1`] = `
>
<div
ng-reflect-ng-style="[object Object]"
style="margin: auto; max-height: 100%; overflow: auto;"
style="margin: auto; max-height: 100%;"
>
<storybook-app-root>
<div
@ -89,7 +89,7 @@ exports[`Storyshots Addon|Centered centered template 1`] = `
>
<div
ng-reflect-ng-style="[object Object]"
style="margin: auto; max-height: 100%; overflow: auto;"
style="margin: auto; max-height: 100%;"
>
<storybook-button-component
_nghost-a-c6=""

View File

@ -7,7 +7,7 @@ exports[`Storyshots Addons|Centered button in center 1`] = `
>
<div
id="sb-addon-centered-inner"
style="margin: auto; max-height: 100%; overflow: auto;"
style="margin: auto; max-height: 100%;"
>
<button>
I am a Button !

View File

@ -5,7 +5,7 @@ exports[`Storyshots Addons|Centered story 1 1`] = `
style="position:fixed;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;overflow:auto"
>
<div
style="margin:auto;max-height:100%;overflow:auto"
style="margin:auto;max-height:100%"
>
<button
type="button"

View File

@ -20,7 +20,6 @@ exports[`Storyshots Addons|Centered Button 1`] = `
Object {
"margin": "auto",
"maxHeight": "100%",
"overflow": "auto",
}
}
>

View File

@ -5,7 +5,7 @@ exports[`Storyshots Addon|Centered rounded 1`] = `
style="position: fixed; top: 0px; left: 0px; bottom: 0px; right: 0px; display: flex; align-items: center; overflow: auto;"
>
<div
style="margin: auto; max-height: 100%; overflow: auto;"
style="margin: auto; max-height: 100%;"
>
<button
class="button rounded"