Merge pull request #9206 from nextcloud/fix-select-text

Fix user selectable text for public links for text files
This commit is contained in:
Roeland Jago Douma 2018-04-17 10:56:32 +02:00 committed by GitHub
commit cf27310505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -35,12 +35,6 @@
height: auto;
min-height: 200px;
max-height: 800px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#imgframe .ellipsis {