Trying to Clean this Page Up a Bit. Would Like to Get Rid of the Scrollbars

Hello there,

I am currently working on this pen and I’m pretty satisfied with the result so far, I’m just looking to clean it up a bit. The one main thing I want to do is to get rid of the scrollbars (unless there are enough streams to make it needed). I can’t really tell why they’re there. Other than that any general advice would be appreciated as well. :slight_smile:

Thanks!

You should nest the <div class="row"> in a <div class="container">.

<div class="container">
  <div class="row" id="main-row">
    ....
  </div>
</div>

Thanks! I’ve fixed this. :slight_smile:

You should probably always figure out why it is happening, but you can use overflow: hidden

Doesn’t implement the behavior described in OP: