Fixed video fullscreen position
This commit is contained in:
parent
38afdcf22b
commit
07b36d8e27
@ -7,12 +7,10 @@
|
||||
|
||||
.wrapper {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-color: var(--color-transparent);
|
||||
cursor: pointer;
|
||||
border: none !important;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.button {
|
||||
@ -27,6 +25,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dark {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.dark .button span i {
|
||||
color: var(--color-black);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user