Skip to content

HexColorPicker does not scale correct at short height #212

@hdale94

Description

@hdale94

Hello.

Having some issues with the HexColorPicker at small sizes.

I'm setting the size like this using a CSS class:

.custom-color-picker.react-colorful {
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    right: 5px;
    width: 46px !important;
    height: 30px !important;
}

With this short height, the color picker will not distribute the range of colors in a reasonable way, and instead display mostly black color.

Skjermbilde 2023-12-20 kl  14 35 34

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