From 7f0f73fadefe2b3da49424902ba814fda936c31e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 24 May 2025 05:50:18 +0200 Subject: [PATCH] auto-git: [change] settings.html --- settings.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.html b/settings.html index 4493ae9..25cfce3 100644 --- a/settings.html +++ b/settings.html @@ -15,6 +15,8 @@ justify-content: center; /* horizontal zentrieren */ background: rgba(0,0,0,0.1);/* halbtransparenter Untergrund */ font-family: sans-serif; + -webkit-user-select: none; + user-select: none; } .dialog { border: 2px solid #fbcfe8;