Skip to content

Datepickers may interlap #3

@theoretic

Description

@theoretic

A small bug found in this great admin theme. It concerns the datepicker behavior. If we have two date fields one below another, the first field datepicker may slide below the input field of second field. The problem can be resolved by changing the AdminThemeBoss\uikit\dist\css\uikit.(color).min.css from:

.pw .ui-datepicker#ui-datepicker-div { z-index:2 !important; background: ...

to:

.pw .ui-datepicker#ui-datepicker-div { background: ...

Thanks again for this nice theme!

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