Prevent backdrop image from being selected
This commit is contained in:
parent
fe79a95731
commit
436996dc30
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue