make overlay buttons on call view clickable on chrome

This commit is contained in:
Bruno Windels 2022-06-14 12:12:10 +02:00
parent ee5bd3b95f
commit 595a15c533
1 changed files with 4 additions and 0 deletions

View File

@ -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 {