Scrollbar hides content in code blocks #200354
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
When a code reference block (e.g., a linked file or line in an issue or PR) contains a long single line of code, the horizontal scrollbar appears on top of the content rather than beside it. This causes the scrollbar itself to hide part of the content, making it impossible to read the full line without scrolling blindly. Steps to Reproduce:
Environment:
Expected Behavior: Actual Behavior: Additional Notes:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Issues
Body
Scrollbar hides content in code reference blocks in issues(probably PRs too). So as an example when there's only one line and that's long and you scroll in it the scrollbar itself hides the content. So to repro try adding a link like this in an issue
https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/6b863e8b33f66e971cccbc9e7ea938943b634626/src/OpenTelemetry.Instrumentation.AspNetCore/Implementation/TelemetryHelper.cs#L11 as it's behaving differently in discussions, if you don't get scroll bars try making the window narrower.
Currently using Firefox 152.0.3 on Windows.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions