Prevent backdrop image from being selected

pull/21833/head
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
1 changed files with 1 additions and 0 deletions
res/css/structures

View File

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