diff --git a/index.html b/index.html
index 95f0af0..848f58d 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
GitRight Mobile UI
@@ -13,14 +13,17 @@
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 10px; }
.truncate-2-lines { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
+ /* Prevent text selection during long press */
+ .select-none { -webkit-user-select: none; user-select: none; }
-
+
-
-
-
+