Upload folder using huggingface_hub
Browse files- client/public/rebuild-nonce.txt +1 -1
- client/src/index.css +3 -11
client/public/rebuild-nonce.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Rebuild nonce: 2025-10-25T17:
|
|
|
|
| 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 |
-
|
| 22 |
-
|
| 23 |
}
|
| 24 |
|
| 25 |
.safari-stable-form select,
|
| 26 |
.safari-stable-form textarea {
|
| 27 |
-
|
| 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 |
|