Füge Unterstützung für Benutzerinteraktionen hinzu, indem die Auswahl von Text auf der Seite deaktiviert wird
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
/* Mobile-first styles */
|
/* Mobile-first styles */
|
||||||
html,body,#stage{height:100%;margin:0;padding:0}
|
html,body,#stage{height:100%;margin:0;padding:0}
|
||||||
|
html,body{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
|
||||||
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;background:#111;color:#fff}
|
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;background:#111;color:#fff}
|
||||||
#stage{position:relative;overflow:hidden;touch-action:none}
|
#stage{position:relative;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}
|
||||||
#overlay{position:absolute;left:12px;right:12px;top:18px;text-align:center}
|
#overlay{position:absolute;left:12px;right:12px;top:18px;text-align:center}
|
||||||
#overlay h1{margin:0;font-size:20px;letter-spacing:0.5px}
|
#overlay h1{margin:0;font-size:20px;letter-spacing:0.5px}
|
||||||
.hint{opacity:.7;font-size:13px}
|
.hint{opacity:.7;font-size:13px}
|
||||||
|
|||||||
Reference in New Issue
Block a user