diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-15 10:43:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 10:43:38 -0500 |
commit | 67aa66c1a0dc36fb78d001fc1929b2a26daa132a (patch) | |
tree | 6d4c95e7ef42327e006e1047410489be160a6c4d /ext/css/settings2.css | |
parent | 450912c1098b0ec4c0ec29b7aec8b47143cfd6fc (diff) |
Disable user-select on preview iframe (#1398)
Diffstat (limited to 'ext/css/settings2.css')
-rw-r--r-- | ext/css/settings2.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/css/settings2.css b/ext/css/settings2.css index 4f487d74..4a8879fc 100644 --- a/ext/css/settings2.css +++ b/ext/css/settings2.css @@ -485,6 +485,7 @@ a.heading-link-light { top: 0; width: 100%; height: 100%; + user-select: none; } |