Skip to content
Snippets Groups Projects
Commit 5c7c8954 authored by 张 达's avatar 张 达
Browse files

调整评论区样式

parent 094ca321
No related branches found
No related tags found
No related merge requests found
......@@ -409,14 +409,17 @@ const changeSortBy = (type) => {
height: 100%;
}
.comment-wrapper {
background-attachment: fixed; /* 固定背景 */
padding: 10px;
min-height: 100%;
width: 100%;
background-attachment: fixed;
position: relative;
z-index: 1;
transition: background-color ease 0.6s;
}
.comment {
height: 100%;
width: 100%;
margin: 0;
transition: background-color ease 0.6s;
//position: fixed;
//transform: translateY(100%);
//background-color: @bgColor;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment