mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
make buttons clickable in the first place
This commit is contained in:
parent
7b32a2729e
commit
75839007ea
@ -68,11 +68,12 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.StreamView_error {
|
.StreamView_error {
|
||||||
color: red;
|
|
||||||
font-weight: bold;
|
|
||||||
align-self: start;
|
align-self: start;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.StreamView_muteStatus {
|
.StreamView_muteStatus {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user