Merge branch 'v1.3' into master
This commit is contained in:
commit
4eff4dc4b1
|
@ -72,6 +72,6 @@ export default {
|
||||||
|
|
||||||
.comment-list {
|
.comment-list {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: calc(70vh);
|
height: calc(100vh - 250px);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue