make call error view clickable above video elements

This commit is contained in:
Bruno Windels 2023-01-23 15:08:38 +01:00
parent 043ad98866
commit 7f422882dd

View File

@ -25,11 +25,13 @@ limitations under the License.
} }
.CallView_error { .CallView_error {
color: red;
font-weight: bold;
align-self: start; align-self: start;
justify-self: center; justify-self: center;
margin: 16px; margin: 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_members { .CallView_members {