Skip to content

idesigncode/bug-storybook-firefox-position-fixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bug-storybook-firefox-position-fixed

To view the issue, open the story in Docs view in both Firefox and another browser.

ChromeChrome

FirefoxFirefox

Firefox (with the transform style disabled)Firefox (with the transform style disabled)

Bug Description:

In Firefox, the zoom feature uses transform styles (see 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 window but in Firefox it corresponds to the element with the transform style. This is confirmed by disabling this style in the Firefox dev tools.

The issue is present regardless of actually using the zoom feature. I have tried to disable the zoom feature (see 16771) in the hopes that it might also remove the styling used for zoom, however, the styling remains.

About

Bug Repro: Storybook Firefox position fixed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published