1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-06 10:22:45 +03:00

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

View File

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