Commit d5d33962 authored by imac's avatar imac

[Bugfix]Redmine #732: Resize scroll attribute

parent 60cae615
......@@ -1326,7 +1326,7 @@ aside.news-wrapper {
.product-details .list ul {
overflow-y: scroll;
max-height: 560px;
max-height: 80vh;
/* margin-right: -17px; */
padding-bottom: 15px;
}
......
......@@ -809,6 +809,7 @@
.product-details .list-wrapper{
width: 79%;
display: inline-block;
padding-right: 10px;
}
.show-product{
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