Increase Z index of video so it can be clicked
This commit is contained in:
parent
a72ce104f5
commit
2937ab2abb
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ video {
|
|||
border: 2px rgb(125, 100, 155) solid;
|
||||
border-radius: 15px;
|
||||
transition: all 5s cubic-bezier(0.39, 0.575, 0.565, 1);
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
video:active {
|
||||
|
|
Loading…
Reference in a new issue