Closed jimmyhogoboom closed 2 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
apollos-micro-service | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 22, 2024 11:02pm |
apollos-web-embeds | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 22, 2024 11:02pm |
@jimmyhogoboom this is supposed to close APO-1017. could you change the branch?
🐛 Issue
Closes #233
The profile popup width is based on the viewport width by default, and is absolutely positioned so its width isn't controlled by its container.
✏️ Solution
Implement a new data prop
data-search-profile-size
which takes a CSS width string, allowing the consumer to specify whatever width they need.Also nudge the popup to the right 15px to align it with the search bar.
🔬 To Test
1. 2.
📸 Screenshots