Prevent backdrop image from being selected

This commit is contained in:
rom4nik 2021-10-11 02:21:09 +02:00 committed by GitHub
parent fe79a95731
commit 436996dc30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,4 +34,5 @@ limitations under the License.
z-index: 0;
pointer-events: none;
overflow: hidden;
user-select: none;
}