Skip to content

To many scrollbars in Chrome & Firefox #306

@peteruithoven

Description

@peteruithoven

Chrome:
screenshot from 2016-05-10 12 35 04

This was cused by: #261
Which basicly created two overflow scroll rules:

We probbaly want to limit the newer one in settings.css to Y:

overflow-x: hidden;
overflow-y: scroll;

And remove the upper older one:

overflow: hidden;

This change would require some cross platform testing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions