MOBILE-3062 styles: Avoid copying external content

main
Pau Ferrer Ocaña 2019-08-06 12:20:03 +02:00
parent 0ac4ce4122
commit a25833d7c0
1 changed files with 5 additions and 0 deletions

View File

@ -315,6 +315,11 @@ ion-app.app-root {
} }
} }
// All external files should be banned from copying it.
ion-avatar, img, audio, video, iframe, [core-external-content], [role="presentation"], [data-original-src], [src] {
user-select: none !important;
}
.core-media-adapt-width { .core-media-adapt-width {
max-width: 100%; max-width: 100%;
} }