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,
|
||||
|
||||
14
app/assets/stylesheets/custom.scss
Normal file
14
app/assets/stylesheets/custom.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.home.card {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#order-detail-slimscroll {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pending-order.card-footer, .home.card-footer, .credit_sale.card-footer .inventory.card-footer{
|
||||
width: 100%;
|
||||
vertical-align: bottom;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
@import "BSBMaterial/themes/all-themes";
|
||||
@import "reset";
|
||||
@import "fileinput.min";
|
||||
@import "custom";
|
||||
|
||||
|
||||
/* Reset */
|
||||
|
||||
Reference in New Issue
Block a user