diff --git a/surfsense_web/app/dashboard/[search_space_id]/team/page.tsx b/surfsense_web/app/dashboard/[search_space_id]/team/page.tsx
index 4b4a702c8..cd413f57e 100644
--- a/surfsense_web/app/dashboard/[search_space_id]/team/page.tsx
+++ b/surfsense_web/app/dashboard/[search_space_id]/team/page.tsx
@@ -833,21 +833,21 @@ function CreateInviteDialog({
-
-
-
-
+
+
+
+
>
)}
diff --git a/surfsense_web/app/globals.css b/surfsense_web/app/globals.css
index 9dffa8a03..1f44ead92 100644
--- a/surfsense_web/app/globals.css
+++ b/surfsense_web/app/globals.css
@@ -195,6 +195,18 @@ button {
background-color: hsl(var(--muted-foreground) / 0.4);
}
+/* Hide scrollbar on mobile, only visible while scrolling */
+@media (max-width: 767px) {
+ .scrollbar-thin {
+ scrollbar-width: none;
+ }
+
+ .scrollbar-thin::-webkit-scrollbar {
+ width: 0;
+ display: none;
+ }
+}
+
/* Human-in-the-loop approval card animations */
@keyframes pulse-subtle {
0%,