The background color of responsive table with .table-dark is not applied
Created by: nk-aoi
When scrolling the responsive table with .table-dark
, the background color of the hidden part is not displayed correctly.
Delete max-width: 100%;
property of .table
will display correctly.
- OS: iOS 10.3.3
- Browser: Safari
- Sample Code: https://codepen.io/aoi70/pen/ZxQRer