make overlay buttons on call view clickable on chrome
This commit is contained in:
parent
ee5bd3b95f
commit
595a15c533
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ limitations under the License.
|
|||
display: flex;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
/** Chrome (v100) requires this to make the buttons clickable
|
||||
* where they overlap with the video element, even though
|
||||
* the buttons come later in the DOM. */
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.CallView_buttons button {
|
||||
|
|
Reference in a new issue