Skip to content

Zoom feature doesn't work on Firefox #74

@ghost

Description

Firefox doesn't support css body zoom, so the zoom property doesn't work.

http://stackoverflow.com/questions/1156278/how-can-i-scale-an-entire-web-page-with-css

This doesn't work, it just shrinks everything
-moz-transform: scale();
-moz-transform-origin: 0 0;

This doesn't work, by itself or in conjunction
font-size: %;

Currently the workaround is to use Ctrl-minus to set the text zoom in Firefox.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions