Fix missing horizontal scroll bars on backend

VVT

Active Member
Hi There,

Priority : Low

Please fix horizontal scroll bars on backend Monetization > Orders and Miscellaneous > transactional email pages.

Thanks !
 
Sure, please see attached.

(Screenshots are taken from my Ubuntu laptop, tried with Firefox and Chrome. I could see Transactional email page is correctly rendering on Windows )
 

Attachments

  • Campaigns_list.png
    Campaigns_list.png
    145.7 KB · Views: 8
  • Transactional_emails.png
    Transactional_emails.png
    128.3 KB · Views: 9
  • View_orders.png
    View_orders.png
    120 KB · Views: 7
Last edited:
@VVT - Thanks, i took care of it.
can you please confirm it works by adding:
Code:
/* 1.3.6.3 */
.box-body .table-responsive {
width: 100%;!important;
margin-bottom: 15px;!important;
overflow-y: hidden;!important;
overflow-x: scroll;!important;
-ms-overflow-style: -ms-autohiding-scrollbar;!important;
border: 0px solid #ddd;!important;
-webkit-overflow-scrolling: touch;!important;
padding-top:5px;
}
in /assets/css/common.css ?

Thanks.
 
  • Like
Reactions: VVT
Thanks, I'll try this out. Meanwhile, I found one more page with missing scroll bars : Customer Area : Lists > All Subscribers.
 
Back
Top