Closed SnzFor16Min closed 3 days ago
@SnzFor16Min I've added a pull request that handles this issue. https://github.com/sourcegraph/cody/pull/6143 I'll keep you posted if this gets merged and released.
@SnzFor16Min good news, my pull request has been accepted and merged. I don't know when it will show up though in the pre-release channel since Sourcegraph no longer publishes automatic pre-releases but once a new pre-release is made with this fix I'll update this issue to let you know as I've mentioned I would.
@ichim-david Great to hear that! Thanks for you efforts and waiting for the release :)
@SnzFor16Min update to latest pre-release (last one was released 10h ago) and you should see that the bug has been indeed fixed.
Version
1.41.1731027960
Describe the bug
"Skip to end" button at the bottom occupies more space than it visually should. Specifically, there is an invisible area around the button (indicated in red in the attached screenshot) where text cannot be selected: This makes it difficult to select any text that falls within this area.
Steps to Reproduce:
Expected behavior
Additional context
This might be due to the class applied to the button, causing its interactive area to extend beyond the visible button.