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; + } +
-