@@ -181,6 +181,7 @@ export default {
<style scoped>
.product-detail{
height: calc(100vh - 210px);
+ overflow: scroll;
width: 900px;
}
.productName{
@@ -105,6 +105,7 @@ export default {
+ overflow-y: scroll;