Merge remote dev and resolve conflicts in CreateSessionForm

This commit is contained in:
2026-05-24 10:16:27 +00:00
4 changed files with 18 additions and 22 deletions
+5 -3
View File
@@ -3211,13 +3211,15 @@ a.nav-item,
}
.terminal-hidden-input {
position: absolute;
bottom: 0;
left: 0;
position: fixed;
left: -9999px;
top: -9999px;
width: 1px;
height: 1px;
opacity: 0;
pointer-events: none;
user-select: none;
-webkit-user-select: none;
}
/* Disable zoom on mobile terminal */