payload
payload copied to clipboard
Re-enable tooltips for < 1024px (optional)
Description
I've noticed for a good while now that tooltips don't show at anything smaller than 1024px.
Checking through the commits, the rule to disable them was added as part of:
I'm not sure how tooltips could potentially have any crossover with drawer styles, but @jacobsfletch may have included it for other reasons.
Disadvantages: Not, sure why the code was added. There might well be a purpose to it.
Miscellaneous: Sometimes form errors on tablet/mobile are spotlighted by automatically scrolling the viewport to the offending field. This isn't supported by Payload presently (understandable, given most editing happens in desktop browsers).
Yes, I have read and understand the CONTRIBUTING.md document in this repository.
Type of change
- [ ] Chore (non-breaking change which does not add functionality)
- [ ] Bug fix (non-breaking change which fixes an issue)
Checklist:
- [ ] Existing test suite passes locally with my changes