body { font-family: sans-serif; margin: 0; } #main-container { height: 100vh; width: 100vw; display: flex; flex-direction: column; } #main-container > document-queue { overflow-y: auto; flex-grow: 1; }