[Minor bug] Scrollbar obscures title bar
See original GitHub issueIssue was found while doctor
ing slow-event-loop
example
In theory this should be reproducible on all major OSs including OSX.
(but only with scrollbars set to always on)
overflow-x: scroll;
in #alert .summary .title
plays the key role here.
While working on the fix we should consider responsive design for mobile users, as it is possible that title would be longer than screen width
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Modern bug: scroll bar obscures web part properties
It seems that the issue happens when you see a list item's properties. If no, what web part are you using? Could you...
Read more >Hover: horizontal scroll bar obscures actions #69391 - GitHub
One approach is to have some space allocated for scroll bar but that will make hover does not look good. I also think...
Read more >Scrollbar and its slider are being hidden by backlog and/or ...
The scrollbar, and its slider, can be completely or partially obscured by the backlog header on the page. (see screenshot) ...
Read more >How to prevent scrollbar from repositioning web page?
If changing size or after loading some data it is adding the scroll bar then you can try following, create class and apply...
Read more >761237 - Chrome OS scroll bar automatically hides / disappears
There is a bug with this feature that breaks mouse-wheel scrolling in the latest release of Chrome OS. Scrolling with the wheel simply...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kamil-mech I think a vertical stretch would make the layout look bad.
edit: we do it for the recommendation menu, but there I can’t see better options.
Fxed in https://github.com/nearform/node-clinic-doctor/pull/59