fix: properly scroll body if keyboard focusing a item with no other scroll parents (#9780)
* fix: properly scroll body if keyboard focusing a item with no other scroll parents
* fix scrollbar width case and add basic tests
* tentative fix to accomodate for borders on root when scrolling into view
* fix import
* use parseFloat
* add story to test
* try to limit viewport of chromatic story so it actually scrolls
* get rid of chromatic story since it wasnt scrolling, replace with unit test
* fix formatting