aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/styles/main.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss
index e5e81f5..b33abd1 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -6,6 +6,13 @@ html {
height: 100%;
background-size: cover;
-webkit-overflow-scrolling: touch;
+ user-select: none;
+}
+
+img {
+ user-select: none !important;
+ touch-action: none;
+ pointer-events: none;
}
body {
@@ -24,4 +31,4 @@ body {
background: white;
font-size: 1.5rem;
}
-} \ No newline at end of file
+}