I am using bootstrap 4.6.0 for my page and d-print-none class to make the printing experience better for the user. The problem I have encountered
I have a wrapper div with table-responsive class and unfortunately this class renders overflow-x and the scrollbar is visible on printing. Applying the -d-print-none to the whole div will hide the table on printing
<div class="table-responsive">
<table class="table table-striped table-bordered" >
............
I will appreciate any help