Update pages.html
Browse files- pages.html +3 -1
pages.html
CHANGED
@@ -454,10 +454,12 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
454 |
|
455 |
<style>
|
456 |
|
457 |
-
|
458 |
display: flex;
|
459 |
justify-content: space-between;
|
460 |
align-items: flex-start;
|
|
|
|
|
461 |
}
|
462 |
|
463 |
.input-row {
|
|
|
454 |
|
455 |
<style>
|
456 |
|
457 |
+
.container {
|
458 |
display: flex;
|
459 |
justify-content: space-between;
|
460 |
align-items: flex-start;
|
461 |
+
position: relative; /* Важно для z-index */
|
462 |
+
z-index: 1; /* Устанавливаем слой контейнера */
|
463 |
}
|
464 |
|
465 |
.input-row {
|