betaboon
betaboon
I'm working on a component library and am using storybook for "documentation" of components. storybook has a zoom-in function. when zoomed in neither `appendTo = body` nor `appendTo = parent`...
@luncheon for browsers that [support zoom](https://caniuse.com/?search=zoom) (eg chrome) it works. for browsers that do not support zoom (eg firefox) storybook is using transform ([see here](https://github.com/storybookjs/storybook/blob/next/lib/components/src/Zoom/ZoomIFrame.tsx#L35)) which ofc is not covered...
@luncheon works like a charm :)
@luncheon i think i just came across a use-case for this feature request: - the position of the element to apply the ripple to changes position as effect of the...
@luncheon i just noticed that 0.5.3 breaks my setup when doing SSR :/
still relevant to me
> The commitlint failure is because your commit message starts with a capital. That's funny. i was looking at the recent history on the repo to comply to the commit-messages....
> Anyway, these changes look good. Have you tested this in commit-mode too? i tested this locally with `tag_only` + the current test-suite. so no: didnt manually with commit-mode
I'm not close to a computer for the next couple of weeks. So either you wait or do it yourself 😉
I just tried rebasing this branch, but there are some conflicts that I'm unsure about, that are the result of https://github.com/relekang/python-semantic-release/pull/488