You can see the behavior here: https://i.imgur.com/uh7C0Qw.mp4 The container's css that scrolls is: ``` #controls-container { display: flex; max-width:893px; flex-wrap: wrap; align-items: center; gap: 5px; overflow-y: auto; height: 80vh; } ```