From b6d077bbbbe937ca09e66c2ada5e105ff800a59e Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 15 Jun 2024 13:37:07 +0200 Subject: [PATCH] Issue #2532 - Prevent unwanted text selection when backdrop is clicked. --- layout/style/res/ua.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout/style/res/ua.css b/layout/style/res/ua.css index ab51f67c53..bf32e66c56 100644 --- a/layout/style/res/ua.css +++ b/layout/style/res/ua.css @@ -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 {