fix : 修改cil全屏后的黑边问题

This commit is contained in:
zhangyu
2020-08-06 16:13:04 +08:00
parent b33877d9e2
commit 2223505fc0
3 changed files with 3 additions and 12 deletions

View File

@@ -665,12 +665,12 @@
position: relative;
}
.linkBox{
height: calc(100vh - 100px);
max-height: calc(100vh - 300px);
width: 800px;
}
.scrollBox{
position: relative;
height: calc(100vh - 200px);
height: 600px;
margin-bottom: 20px;
}
.linkTitle{