mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Merge pull request #7400 from 8beeeaaat/7167-zooming-with-addon-centered
Fix #7167 addon-centered causes component to disappear when zooming
This commit is contained in:
commit
688ffe3184
@ -1,6 +1,11 @@
|
||||
<base target="_parent">
|
||||
|
||||
<style>
|
||||
html, body{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
:not(.sb-show-main) > .sb-main,
|
||||
:not(.sb-show-nopreview) > .sb-nopreview,
|
||||
:not(.sb-show-errordisplay) > .sb-errordisplay {
|
||||
|
Loading…
x
Reference in New Issue
Block a user