Using scroll causes black background for row.
See original GitHub issue**I’m submitting a …
[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior Using scroll causes black background for row.
Black background for selected row.
Expected behavior Doesn’t show black belt
Reproduction of the problem Enter: https://swimlane.github.io/ngx-datatable/#full-screen and do:
Please tell us about your environment:
-
Table version: 13.0.0 14.0.0
-
Angular version: 7.0.3
-
Browser: Only: Chrome 70.0.3538.110
-
Language: [all]
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:5
Top Results From Across the Web
Background ListView becomes black when scrolling
It's very simple just use this line in your layout file : ... I am using images in listView and it turns black...
Read more >[SOLVED] How to prevent website body background color ...
My issue is, the scroll trough is some shade of black and the scrollbar is a lesser shade of black. On any white-body...
Read more >How to change format on a portal's scroll bars
Below is an example of how to do it. This technique doesn't affect the alternate row states. 1 is the untouched enlightened theme;...
Read more >scrollbar-color - CSS-Tricks
Values · auto is the default value and will render the standard scrollbar colors for the user agent. · dark will tell the...
Read more >CSS background-color property - W3Schools
The background of an element is the total size of the element, including padding and border (but not the margin). Tip: Use a...
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
Applying
transform: translateZ(0);
to.datatable-body-row
did a trick for me.I also faced same issue.