Small change to preview
This commit is contained in:
parent
2cd4488100
commit
fb55ec9ceb
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ video {
|
||||||
|
|
||||||
.your-video {
|
.your-video {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 250px;
|
width: 25vw;
|
||||||
|
height: 25vh;
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue