Skip to content

Commit decb713

Browse files
committed
Force remove preview link annoying “feature”
Glitches on Safari iOS #138
1 parent 5e8783a commit decb713

5 files changed

+7
-5
lines changed

build/cpu-audio.direct-download.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cpu-audio.direct-download.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cpu-audio.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cpu-audio.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/themes/default/scoped.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@
3232
margin : 0;
3333
text-indent: 0;
3434
list-style-type: none;
35-
-webkit-user-select: none;
3635
user-select: none;
3736
transition :
3837
color var(--cpu-color-transitions),
3938
background-color var(--cpu-background-transitions),
4039
opacity var(--cpu-background-transitions);
40+
/* Safari iOS mess */
41+
-webkit-user-select: none;
42+
-webkit-touch-callout: none;
4143
}
4244

4345
main {

0 commit comments

Comments
 (0)