#transcript-container { /*background: midnightblue; color: white;*/ display: flex; flex-direction: column; height: 100%; width: 60%; } #transcript { flex-grow: 1; overflow: scroll; } #suggestions-container { background: white; border-top: 1px dashed black; bottom: 0; padding-top: 1rem; margin-top: 8rem; position: absolute; width: 60%; }