q-scroll-area painted rich text - cannot copy from the text.
-
<q-scroll-area style=“max-width: 960px; height: 400px; overflow-wrap: normal;”>
<p v-html=“q.details”></p>
</q-scroll-area> paints text but you cannot drag the mouse over the text to copy it. If I move v-html up to the q-scroll-area, I can copy the text, but it does not scroll; long text takes over the page. It’s clear that the text must be painted in a container, not the scroller, but why do I lose the ability to copy text?