diff options
author | crupest <crupest@outlook.com> | 2021-01-03 19:13:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-03 19:13:47 +0800 |
commit | b7be2446ab3136b35ff8b752b13873ac690066f2 (patch) | |
tree | ba3133daaaf83eb9ad986195fd7668d3472c72e1 /FrontEnd/src/app/index.sass | |
parent | 69d56e560fc280e9a570e858c29878514b1b5575 (diff) | |
download | timeline-b7be2446ab3136b35ff8b752b13873ac690066f2.tar.gz timeline-b7be2446ab3136b35ff8b752b13873ac690066f2.tar.bz2 timeline-b7be2446ab3136b35ff8b752b13873ac690066f2.zip |
...
Diffstat (limited to 'FrontEnd/src/app/index.sass')
-rw-r--r-- | FrontEnd/src/app/index.sass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass index 4c57030d..87616998 100644 --- a/FrontEnd/src/app/index.sass +++ b/FrontEnd/src/app/index.sass @@ -85,3 +85,6 @@ textarea color: $value
&:hover
color: adjust-color($value, $lightness: +15%)
+
+.touch-action-none
+ touch-action: none
|