Prevent backdrop image from being selected
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…
Reference in New Issue