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

[next] NcDateTimePicker popover too small #6494

Open
raimund-schluessler opened this issue Feb 5, 2025 · 0 comments
Open

[next] NcDateTimePicker popover too small #6494

raimund-schluessler opened this issue Feb 5, 2025 · 0 comments
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working design Design, UX, interface and interaction design feature: datepicker Related to the date/time picker component regression Regression of a previous working feature
Milestone

Comments

@raimund-schluessler
Copy link
Contributor

The popover of NcDateTimePicker is to small on the next branch, the right side buttons overflow the parent container.

Image

This happens, because of this rule.

.mx-date-time {
  position: relative;
  width: 248px;
  height: 270px
}

Image

Adding

.mx-date-time {
  width: unset;
}

would fix it, but I don't know whether this would have side-effects.

@raimund-schluessler raimund-schluessler added 1. to develop Accepted and waiting to be taken care of bug Something isn't working design Design, UX, interface and interaction design feature: datepicker Related to the date/time picker component regression Regression of a previous working feature labels Feb 5, 2025
@raimund-schluessler raimund-schluessler added this to the 9.0.0-alpha.7 milestone Feb 5, 2025
@raimund-schluessler raimund-schluessler changed the title [next] NcDateTimePicker popover to small [next] NcDateTimePicker popover too small Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working design Design, UX, interface and interaction design feature: datepicker Related to the date/time picker component regression Regression of a previous working feature
Projects
None yet
Development

No branches or pull requests

1 participant