Issue #2532 - Prevent unwanted text selection when backdrop is clicked.

This commit is contained in:
Moonchild 2024-06-15 13:37:07 +02:00 committed by roytam1
commit b6d077bbbb

View file

@ -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 {