From 96e6aafbc2b36568c67cc36d8c233657808048ff Mon Sep 17 00:00:00 2001 From: Aurora Scharff Date: Sun, 31 May 2026 19:58:53 +0200 Subject: [PATCH] [website] Disable text marking on drag --- website/app/globals.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/app/globals.css b/website/app/globals.css index 6b7b23d..a88d47a 100644 --- a/website/app/globals.css +++ b/website/app/globals.css @@ -57,6 +57,16 @@ button:disabled { min-height: 100vh; overflow: hidden; position: relative; + user-select: none; +} + +/* Re-enable selection on the actual readable text so users can still copy + the install command and headline content. */ +.statement, +.statement *, +.install, +.install * { + user-select: text; } .background {