Skip to content

Commit

Permalink
Better Safari iOS mess management
Browse files Browse the repository at this point in the history
Glitches on Safari iOS #138
  • Loading branch information
dascritch committed Apr 7, 2021
1 parent be4f0ee commit 05811d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/themes/default/scoped.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@
margin : 0;
text-indent: 0;
list-style-type: none;
-webkit-user-select: none; /* Diplodocus Safarius iOs */
user-select: none;
transition :
color var(--cpu-color-transitions),
background-color var(--cpu-background-transitions),
opacity var(--cpu-background-transitions);
/* Safari iOS mess */
-webkit-user-select: none;
-webkit-touch-callout: none;
}

main {
Expand All @@ -53,6 +51,8 @@ a, button {
border : none;
text-decoration : none;
cursor : pointer;
/* Prevent Safari iOS preview mess */
-webkit-touch-callout: none;
}
button {
background : transparent;
Expand Down

0 comments on commit 05811d2

Please sign in to comment.