mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-23 02:31:39 +01:00
make overlay buttons on call view clickable on chrome
This commit is contained in:
parent
ee5bd3b95f
commit
595a15c533
@ -87,6 +87,10 @@ limitations under the License.
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
margin-bottom: 16px;
|
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 {
|
.CallView_buttons button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user