-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
DateTime picker in sidebar gets cut off #165
Comments
Hey @Ontopic — thank you for the report! We will be addressing this today and will release a new version immediately afterward. |
Update: we've got a bit more involved of a solution in mind here, as we'd like to keep Going to pick back up on this shortly. Just wanted to provide an update here that we do have an idea for how to fix this and it's on its way! |
…xpress-fileupload schema validation (#180) * fix: misc responsive improvements * fix: date clipping in sidebar * fix: revises popup * fix: admin _verified field not displaying proper field value * fix: properly typed express-fileupload config options
Hey @Ontopic — this is now fixed! We went with a solution similar to what you can see here: https://codepen.io/toomuchdesign/pen/RKLGba And then a little more magic here and there of course. Thanks for identifying this! |
Went a looked at how you fixed it. Nice and elegant. |
This issue has been automatically locked. |
Bug Report
When a DateTime field has
position: 'sidebar'
the time dropdown is cut offPossible Solution
Possibly better to just set
overflow-x
Is how I now fix it in the scss override, probably best to move something like this to the core though (the sidebar never fits the calendar atm). Making sure you guys agree with this direction and I can clean up my hacks and turn it into a proper PR.
The text was updated successfully, but these errors were encountered: