Describe the bug
Tooltip with stratakit theme affects height/width of components causing scrollbar to appear.
Steps to reproduce
- Place a fixed-width container on the page.
- Inside it, put a flex row with an icon button wrapped in a tooltip aligned to the right edge.
- Hover the button.
- Tooltip renders outside the container bounds and a horizontal scrollbar appears on the page.
Example using stratakit/mui:
https://stackblitz.com/edit/github-dhgkgb5d?file=src%2FApp.tsx
Expected behaviour without stratakit/mui:
https://stackblitz.com/edit/github-dhgkgb5d-f2tpdtrz?file=package.json,src%2FApp.tsx
Expected behavior
Tooltip does not expand parent components.
Link to minimal reproduction
https://stackblitz.com/edit/github-dhgkgb5d?file=src%2FApp.tsx
Environment and versions
No response
Additional context
No response
Describe the bug
Tooltip with stratakit theme affects height/width of components causing scrollbar to appear.
Steps to reproduce
Example using stratakit/mui:
https://stackblitz.com/edit/github-dhgkgb5d?file=src%2FApp.tsx
Expected behaviour without stratakit/mui:
https://stackblitz.com/edit/github-dhgkgb5d-f2tpdtrz?file=package.json,src%2FApp.tsx
Expected behavior
Tooltip does not expand parent components.
Link to minimal reproduction
https://stackblitz.com/edit/github-dhgkgb5d?file=src%2FApp.tsx
Environment and versions
No response
Additional context
No response