mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2532 - Prevent unwanted text selection when backdrop is clicked.
This commit is contained in:
parent
368ee51d86
commit
b6d077bbbb
1 changed files with 2 additions and 0 deletions
|
|
@ -320,6 +320,8 @@
|
|||
position: fixed;
|
||||
top: 0; left: 0;
|
||||
right: 0; bottom: 0;
|
||||
/* This prevents undesired interactions with the selection code. */
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
*|*:-moz-full-screen:not(:root)::backdrop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue