comments position issue fixed
This commit is contained in:
parent
848c94f95b
commit
a3f8e32643
2 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -36,17 +36,17 @@
|
|||
overflow: hidden;
|
||||
position: absolute;
|
||||
left:0;
|
||||
bottom: 0;
|
||||
padding: 0 20px;
|
||||
bottom: 23px;
|
||||
width: 100%;
|
||||
height: 282px;
|
||||
z-index: 1;
|
||||
ul{
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
padding: 0 20px;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.cb-vjs-comments-list{
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Reference in a new issue