fix cashier page height & breadcrumb helper
This commit is contained in:
@@ -24,7 +24,9 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$('#order-detail-slimscroll').slimScroll({
|
||||
height: height-$('#order-detail-slimscroll').attr('data-height'),
|
||||
// height: '250px',
|
||||
height: $('#order-detail-slimscroll').attr('data-height'),
|
||||
// height: height-$('#order-detail-slimscroll').attr('data-height'),
|
||||
size: '5px',
|
||||
color: 'rgba(0,0,0,0.5)',
|
||||
alwaysVisible: false,
|
||||
|
||||
Reference in New Issue
Block a user