v-ff-tooltip alignment issues
- Dominant language
- JavaScript
- Stars
- 400
- Forks
- 89
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 149
Description
### Current Behavior
1. when alignment is "bottom" or "top" and the component is near the edge of the screen, text is clipped
* 
2. when alignment is "left" and the component is near the right edge of screen, tip alignment is not central
* 
### Expected Behavior
When alignment is "bottom" or "top", it should adjust to show all text
When alignment is "left" or "right" of a component, it should be aligned to the center of the visible element
NOTE: The "left" and "right" alignement issue might only be present on the `ff-toggle-switch`
### Steps To Reproduce
* Add an `ff-toggle-switch` near the right edge of the screen
```
```
### Environment
- FlowForge version: 1.11
- Platform/OS: windows 11
- Browser: chrome latest
### Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
Contributor guide
Assessment
This issue has not been assessed yet.