mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-17 23:31:10 +01:00
Prevent backdrop image from being selected
This commit is contained in:
parent
fe79a95731
commit
436996dc30
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user