linguabot commited on
Commit
37a5130
·
verified ·
1 Parent(s): 6df9e3c

Upload folder using huggingface_hub

Browse files
client/public/rebuild-nonce.txt CHANGED
@@ -1 +1 @@
1
- Rebuild nonce: 2025-10-25T17:45:28Z
 
1
+ Rebuild nonce: 2025-10-25T17:55:15Z
client/src/index.css CHANGED
@@ -18,21 +18,13 @@
18
  /* Safari-specific fixes for layout jumping */
19
  @supports (-webkit-appearance: none) {
20
  .safari-stable-form {
21
- position: relative;
22
- isolation: isolate;
23
  }
24
 
25
  .safari-stable-form select,
26
  .safari-stable-form textarea {
27
- position: relative;
28
- z-index: 1;
29
- }
30
-
31
- /* Prevent Safari jumping on form focus */
32
- .safari-stable-form select:focus,
33
- .safari-stable-form textarea:focus {
34
- position: relative;
35
- z-index: 1;
36
  }
37
  }
38
 
 
18
  /* Safari-specific fixes for layout jumping */
19
  @supports (-webkit-appearance: none) {
20
  .safari-stable-form {
21
+ contain: layout;
22
+ -webkit-transform: translateZ(0);
23
  }
24
 
25
  .safari-stable-form select,
26
  .safari-stable-form textarea {
27
+ -webkit-transform: translateZ(0);
 
 
 
 
 
 
 
 
28
  }
29
  }
30