-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Positioning is fixed again #73
Comments
@SebastianZ Do you know a way one could debug this, eg see the CSS in devtools? I'd gladly fiddle with the styles and propose something myself, alas I'm not familiar enough with the extension to know how it works and how to debug. |
Add-ons can normally be debugged using the Browser Toolbox. Though the layers can't be inspected using it, AFAIK.
I also just filed issues for it so far, but you can set up a developer environment for Pixel Perfect as described here: https://github.com/firebug/pixel-perfect/wiki/Developer-Guide Then you can tweak the CSS located here: https://github.com/firebug/pixel-perfect/blob/master/chrome/skin/classic/shared/ua.css Sebastian |
This is caused by the platform: @ZER0: how should I proceed here? The related anonymous content CSS is here: The goal is to display an image (in anonymous content) that scrolls together with the content. Also asking here: Honza |
Workaround: Using scroll events and manually calculate the position . Honza |
Starting from Firefox 44.0 (tested in FF 44.0b2) the layer position is fixed again instead of being absolute.
This was initially reported in issue #18.
Sebastian
The text was updated successfully, but these errors were encountered: