Skip to content

Background color is modified when enabling flat scroll bars #94

@PyvesB

Description

@PyvesB

Hello hello,

I was playing around with a custom theme and I noticed that enabling flat scroll bars may change the background colour of the different UI elements.

Consider the following simple bit of CSS to reproduce the problem:

Composite * {
  background-color: red;
}

Tree {
  background-color: blue;
  flat-scroll-bar: false;
}

The background colour of my tree appears as blue. However, when I switch flat-scroll-bar to true, background-color: blue no longer takes precedences or may simply be ignored, the background colour of my tree turns to red.

Any idea on what might be happening? Do you know of any CSS trick that would force the background to stay blue?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions