linguabot commited on
Commit
ad06d93
·
verified ·
1 Parent(s): 871808b

Upload folder using huggingface_hub

Browse files
client/public/rebuild-nonce.txt CHANGED
@@ -1 +1 @@
1
- Rebuild nonce: 2025-10-25T17:12:45Z
 
1
+ Rebuild nonce: 2025-10-25T17:25:18Z
client/src/index.css CHANGED
@@ -8,6 +8,9 @@
8
  }
9
  body {
10
  @apply bg-ui-bg text-ui-text;
 
 
 
11
  }
12
 
13
  /* Font face moved to public/index.html to load from /fonts without bundler resolution */
@@ -18,6 +21,9 @@
18
  -webkit-transform: translateZ(0);
19
  -webkit-backface-visibility: hidden;
20
  will-change: auto;
 
 
 
21
  }
22
 
23
  .safari-stable-form select,
@@ -25,6 +31,15 @@
25
  -webkit-transform: translateZ(0);
26
  -webkit-backface-visibility: hidden;
27
  }
 
 
 
 
 
 
 
 
 
28
  }
29
 
30
  /* Chrome-specific improvements */
 
8
  }
9
  body {
10
  @apply bg-ui-bg text-ui-text;
11
+ /* Prevent Safari jumping issues */
12
+ overflow-y: scroll;
13
+ -webkit-overflow-scrolling: touch;
14
  }
15
 
16
  /* Font face moved to public/index.html to load from /fonts without bundler resolution */
 
21
  -webkit-transform: translateZ(0);
22
  -webkit-backface-visibility: hidden;
23
  will-change: auto;
24
+ contain: layout style;
25
+ transform: translateZ(0);
26
+ backface-visibility: hidden;
27
  }
28
 
29
  .safari-stable-form select,
 
31
  -webkit-transform: translateZ(0);
32
  -webkit-backface-visibility: hidden;
33
  }
34
+
35
+ /* Prevent Safari jumping on form focus */
36
+ .safari-stable-form select:focus,
37
+ .safari-stable-form textarea:focus {
38
+ -webkit-transform: translateZ(0);
39
+ -webkit-backface-visibility: hidden;
40
+ transform: translateZ(0);
41
+ backface-visibility: hidden;
42
+ }
43
  }
44
 
45
  /* Chrome-specific improvements */