Commit d5d33962 authored by imac's avatar imac

[Bugfix]Redmine #732: Resize scroll attribute

parent 60cae615
...@@ -1326,7 +1326,7 @@ aside.news-wrapper { ...@@ -1326,7 +1326,7 @@ aside.news-wrapper {
.product-details .list ul { .product-details .list ul {
overflow-y: scroll; overflow-y: scroll;
max-height: 560px; max-height: 80vh;
/* margin-right: -17px; */ /* margin-right: -17px; */
padding-bottom: 15px; padding-bottom: 15px;
} }
......
...@@ -809,6 +809,7 @@ ...@@ -809,6 +809,7 @@
.product-details .list-wrapper{ .product-details .list-wrapper{
width: 79%; width: 79%;
display: inline-block; display: inline-block;
padding-right: 10px;
} }
.show-product{ .show-product{
display: none; display: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment