When scrolling to the bottom of the list of spaces, this appears. And one can still partially scroll!
1 Like
this is a side-product of a performance optimization that conservatively guesses how much vertical height your spaces list needs so that it doesn’t need to render the whole list. It’s something you’d only see with a huge number of spaces.
There’s probably a smarter way to do this which would avoid this issue but I wouldn’t call it broken, just ugly/sub-optimal