[Split Checkout] Stop horizontal scroll on body in order summary page

This commit is contained in:
binarygit
2022-12-06 12:10:14 +05:45
parent fee99a95f8
commit 368cd76611

View File

@@ -306,3 +306,8 @@
}
}
}
#line-items {
display: block;
overflow-x: auto;
}