From 2bd2fdf5ac37410f373e7325cc247e28774df592 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 24 May 2025 05:47:37 +0200 Subject: [PATCH] auto-git: [change] index.html --- index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5857b20..7c7b176 100644 --- a/index.html +++ b/index.html @@ -140,12 +140,18 @@ .diff-container pre { padding-top: 0 !important; } + + .sidebar, .interaction-bar { + -webkit-user-select: none; + user-select: none; + } + -