mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
FIX snapshots
This commit is contained in:
parent
e1c901b7a0
commit
35e9c0154d
@ -453,15 +453,18 @@ exports[`Storyshots Addons|Info.ForwardRef Displays forwarded ref components cor
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
|
class="info__show-button"
|
||||||
style="font-family:sans-serif;font-size:12px;display:block;position:fixed;border:none;background:#28c;color:#fff;padding:5px 15px;cursor:pointer;top:0;right:0;border-radius:0 0 0 5px"
|
style="font-family:sans-serif;font-size:12px;display:block;position:fixed;border:none;background:#28c;color:#fff;padding:5px 15px;cursor:pointer;top:0;right:0;border-radius:0 0 0 5px"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Show Info
|
Show Info
|
||||||
</button>
|
</button>
|
||||||
<div
|
<div
|
||||||
|
class="info__overlay"
|
||||||
style="position:fixed;background:white;top:0;bottom:0;left:0;right:0;padding:0 40px;overflow:auto;z-index:99999;display:none"
|
style="position:fixed;background:white;top:0;bottom:0;left:0;right:0;padding:0 40px;overflow:auto;z-index:99999;display:none"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
|
class="info__close-button"
|
||||||
style="font-family:sans-serif;font-size:12px;display:block;position:fixed;border:none;background:#28c;color:#fff;padding:5px 15px;cursor:pointer;top:0;right:0;border-radius:0 0 0 5px"
|
style="font-family:sans-serif;font-size:12px;display:block;position:fixed;border:none;background:#28c;color:#fff;padding:5px 15px;cursor:pointer;top:0;right:0;border-radius:0 0 0 5px"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user