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: { innerStyle: {
margin: 'auto', margin: 'auto',
maxHeight: '100%', // Hack for centering correctly in IE11 maxHeight: '100%', // Hack for centering correctly in IE11
overflow: 'auto',
}, },
} as const; } as const;

View File

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

View File

@ -7,7 +7,7 @@ exports[`Storyshots Addons|Centered button in center 1`] = `
> >
<div <div
id="sb-addon-centered-inner" id="sb-addon-centered-inner"
style="margin: auto; max-height: 100%; overflow: auto;" style="margin: auto; max-height: 100%;"
> >
<button> <button>
I am a 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" style="position:fixed;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;overflow:auto"
> >
<div <div
style="margin:auto;max-height:100%;overflow:auto" style="margin:auto;max-height:100%"
> >
<button <button
type="button" type="button"

View File

@ -20,7 +20,6 @@ exports[`Storyshots Addons|Centered Button 1`] = `
Object { Object {
"margin": "auto", "margin": "auto",
"maxHeight": "100%", "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;" style="position: fixed; top: 0px; left: 0px; bottom: 0px; right: 0px; display: flex; align-items: center; overflow: auto;"
> >
<div <div
style="margin: auto; max-height: 100%; overflow: auto;" style="margin: auto; max-height: 100%;"
> >
<button <button
class="button rounded" class="button rounded"