-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for Mac browser’s scrollbar obscuring content #3830
Conversation
@ranbena There are issues on Linux (Chrome and FF, didn't have a chance to test on Windows) - before & after: |
The same happens on Windows/Chrome. Is there a way to target a specific OS? |
Perhaps remove the |
10x @kravets-levko. New approach: .table.table-condensed {
tbody > tr:last-child > td {
padding-bottom: 15px; // <-- make room for scrollbar within the last row
}
} |
Not natively I believe but it's possible though I would avoid it unless last resort. |
It's a viable option. Though it would be a tradeoff in both Mac and Win/Lin. |
Looking into this further I suggest:
|
@kravets-levko ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On Linux and Windows looks fine (as it was before these changes), so approved. But I didn't test on Mac - so I rely on anyone who can test it.
👍 |
Description
In table visualizations two visual bugs occur on Mac browsers (FF, SF, CH):
Mobile & Desktop Screenshots
Before:
After: