diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5be0bd..e205d3cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ _This release is scheduled to be released on 2021-01-01._ ### Fixed +- No select Text for TouchScreen use - JSON Parse translation files with comments crashing UI. (#2149) - Calendar parsing where RRULE bug returns wrong date, add Windows timezone name support. (#2145, #2151) - Wrong node-ical version installed (package.json) requested version. (#2153) diff --git a/css/main.css b/css/main.css index bca48f9e..16c281be 100644 --- a/css/main.css +++ b/css/main.css @@ -2,6 +2,7 @@ html { cursor: none; overflow: hidden; background: #000; + user-select: none; } ::-webkit-scrollbar {