Skip to content
#

polymer

Here are 1,363 public repositories matching this topic...

storybook
idesigncode
idesigncode commented Nov 24, 2021

Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.

Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.

bennypowers
bennypowers commented Sep 30, 2020

The generator currently outputs TypeScript projects only. It should have an option to output JavaScript projects.

This could be accomplished without duplicating code by the following steps

  1. If the TypeScript option is selected, continue as normal
  2. If the JavaScript option is selected, run all the same steps as the TypeScript generator, but add the following steps afterwards:
    1. Run
enhancement help wanted good first issue PRs Welcome

Improve this page

Add a description, image, and links to the polymer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polymer topic, visit your repo's landing page and select "manage topics."

Learn more