Wanted to +1 this as I find this very painful.
Before, I was able to hit q quickly, which "minimized" the results and added a max-height to the box. And then I could re-open it with another q press once it was done. But recently, the "show less" link doesn't appear until the llm output is done - and the q shortcut doesn't work either. So I've resorted to disabling automatic quick answer... but the same problem occurs when I press q for a manual quick answer, so it doesn't really solve the problem.
I use quick answer to get a "summary" of what I'm looking at before diving into real sources. Helpful when I'm not very familiar with the topic I'm searching.
Inspired to fix this I wrote some custom css, it's not perfect as it covers the wiki entry but I never use that anyways and if anything I can still see the "Wikipedia" link even at lower widths. Pictured is my typical width (50% of 3440px screen)
css:
.qa-container-box {
z-index: 99;
background: #23232f;
right: 1rem;
position: absolute;
width: 500px;
border: 5px solid white;
padding: 1rem;
}
