mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
removed overflow: auto and updated jest snapshots
This commit is contained in:
parent
c31780123b
commit
e41fab19c4
@ -12,7 +12,6 @@ const styles = {
|
||||
innerStyle: {
|
||||
margin: 'auto',
|
||||
maxHeight: '100%', // Hack for centering correctly in IE11
|
||||
overflow: 'auto',
|
||||
},
|
||||
} as const;
|
||||
|
||||
|
@ -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=""
|
||||
|
@ -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 !
|
||||
|
@ -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"
|
||||
|
@ -20,7 +20,6 @@ exports[`Storyshots Addons|Centered Button 1`] = `
|
||||
Object {
|
||||
"margin": "auto",
|
||||
"maxHeight": "100%",
|
||||
"overflow": "auto",
|
||||
}
|
||||
}
|
||||
>
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user