Home › Forums › WoodMart support forum › suggest to improve scroll bar in off canvas › Reply To: suggest to improve scroll bar in off canvas
October 28, 2019 at 7:10 am
#152781
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to change scroll width.
.shopping-cart-widget-body .woodmart-scroll-pane {
z-index: 100;
width: 5px;
}
Regards