diff options
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/main.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index 8f388c9..d45f2bb 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -53,6 +53,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 { @@ -143,4 +150,4 @@ body { background: white; font-size: 1.5rem; } -}
\ No newline at end of file +} |