So I'm trying to emulate a swipe so that if one of these ".item"'s has focus, its translated over to show the user the very end of the list. I am up to my neck into margins and "justify-content" "justify items" "justify self" and for the life of me cannot figure out how to fix it.
I want the behaviour of
.items-list { justify-content: end;]
.items-list { justify-content: end;]
but only on the one item that has focus. I tried some hacky
transform: translate
transform: translate
solutions but i know theres a proper way to accomplish this I just cannot figure out where im going wrong.