Fix: Settings tooltips cut off at the bottom
Fix: Settings tooltips cut off at the bottom
Pull Request Type
- [x] Bugfix
- [ ] Feature Implementation
- [ ] Documentation
- [ ] Other
Related issue
closes #6704
Description
Adds a larger margin to the bottom of setting sections when in mobile view
Testing
Resize the window while in Settings view and hover over an affected tooltip
Screenshots
Before
After
When making UI changes it is always a good idea to provide before and after screenshots. Please re-add the parts of the template that you removed and add screenshots to it.
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.
I don't like this solution because it doesn't actually fix the core problem. It punts it down the road.
Also, it creates an issue on small displays where there is now a bunch of negative space below each settings section.
I believe a better way to fix this would be to remove the overflow-*: hidden styles, but there are likely unexpected consequences to that. I feel like I've tried to address this issue before unsuccessfully.
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.
This PR was closed because it has been stalled for 14 days with no activity.