Skip to content

Commit 563e878

Browse files
committed
emscripten : fix performance issues on some browsers
For example, Safari becomes super slow when the outline of the HTML element is enabled.
1 parent 909605a commit 563e878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body {
1111
font: sans-serif;
1212
}
1313
.no-sel {
14+
outline: none;
1415
-moz-user-select: none;
1516
-webkit-user-select: none;
1617
-webkit-touch-callout: none;

0 commit comments

Comments
 (0)