1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +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;
pointer-events: none;
overflow: hidden;
user-select: none;
}