mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Make controls show up on tap on iOS
As documented at https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html, the fact that click events do not bubble by default is a longstanding quirk of iOS Safari.
This commit is contained in:
@@ -125,6 +125,12 @@ body[data-platform="ios"] {
|
|||||||
-apple-system, BlinkMacSystemFont, "Inter", sans-serif;
|
-apple-system, BlinkMacSystemFont, "Inter", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body[data-platform="ios"] * {
|
||||||
|
/* This makes click events bubble properly on iOS
|
||||||
|
https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html */
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
@layer compound-legacy {
|
@layer compound-legacy {
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
|||||||
Reference in New Issue
Block a user