You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am building a staff select tool that when you click on a card you can see a list of staff. On desktop it fades in on the right of the cards. On mobile, I want the list of staff to be connected to the card.
I was hoping that I could set css top but that needs to be dynamic based on which card you click on. Is there a way during transition to set the new top? Or would I need to have staff list component duplicated for each card just for mobile?
The text was updated successfully, but these errors were encountered:
So I am building a staff select tool that when you click on a card you can see a list of staff. On desktop it fades in on the right of the cards. On mobile, I want the list of staff to be connected to the card.
I was hoping that I could set css top but that needs to be dynamic based on which card you click on. Is there a way during transition to set the new top? Or would I need to have staff list component duplicated for each card just for mobile?
The text was updated successfully, but these errors were encountered: