Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datepickers may interlap #3

Open
theoretic opened this issue May 24, 2019 · 1 comment
Open

Datepickers may interlap #3

theoretic opened this issue May 24, 2019 · 1 comment

Comments

@theoretic
Copy link

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!

@noelboss
Copy link
Owner

@theoretic Has the latest release fixed the issue for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants