Closed BrianS111 closed 2 years ago
Closes #67
The issue stemmed from removing the CSS reset which switched the conversation list to box-sizing: content box, the additional padding not counted as part of the width from that change lead to an overflow and a scrollbar. Switching the list items to box-sizing: border-box made everything fit perfectly again. Here is a new video where I'm trying to scroll left and right like in the video from #67, but now we get the intended effect of the list not scrolling.
Closed because this should be fixed by #79
Draft PR for https://github.com/relaycc/receiver/issues/67