css media type print using background-color in chrome

前端 未结 4 1800
情深已故
情深已故 2020-12-15 05:29

I am using the background-color property in CSS media type print.

The problem is that Google Chrome does not show background-colo

4条回答
  •  别那么骄傲
    2020-12-15 05:44

    You can try the developer tools in chrome to check which css rules applied in your DOM element. That will help you debug and fix the issue.

提交回复
热议问题