Disable user-select on preview iframe (#1398)

This commit is contained in:
toasted-nutbread 2021-02-15 10:43:38 -05:00 committed by GitHub
parent 450912c109
commit 67aa66c1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -485,6 +485,7 @@ a.heading-link-light {
top: 0;
width: 100%;
height: 100%;
user-select: none;
}