mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:01:23 +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: {
|
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;
|
||||||
|
|
||||||
|
@ -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=""
|
||||||
|
@ -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 !
|
||||||
|
@ -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"
|
||||||
|
@ -20,7 +20,6 @@ exports[`Storyshots Addons|Centered Button 1`] = `
|
|||||||
Object {
|
Object {
|
||||||
"margin": "auto",
|
"margin": "auto",
|
||||||
"maxHeight": "100%",
|
"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;"
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user