react-hn
react-hn copied to clipboard
minor visual suggest: overflow-y: scroll to the body?
While there are no elements in the list, the about text is jumping from left to right and back. Have you considered to add a simple overflow-y: scroll; to the body? In most cases the list is filled with data anyway.