Commit fb21b1f
fix(components): Improve Select and Link component positioning
Implement portal-based dropdown positioning for Select component
- Add dynamic positioning for dropdown menus
- Use createPortal for rendering dropdowns outside component tree
- Improve scroll and resize handling for dropdown positioning
- Add data attribute for trigger element selection
Update Link component text span to full width
- Adjust span class to ensure full width coverage
These changes enhance dropdown usability and link text rendering across
the application.1 parent b79dde2 commit fb21b1f
2 files changed
+231
-125
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments