Problem/Opportunity
When implementing a basic keyboard, the layout does not compute correctly vertically.
the width and general screen positioning is working, just all of the rows on stacked on one another.
Steps to reproduce
See this PR for a reproducible state
lightning-tv/solid-demo-app#17
Expected Behavior
With the proper configuration (seems like I am missing something obvious) the keyboard should render according to the storybook docs, and behave like the demos
Actual Behavior
layout is squished vertically, focus appears to be working (can hear TTS feedback)
Notes (Optional)
No response