diff --git a/index.html b/index.html
index 0831f16..a85a5f3 100644
--- a/index.html
+++ b/index.html
@@ -35,7 +35,7 @@
#app-container {
position: absolute;
transition: transform 0.3s ease;
- display: flex; /* Скрывается/показывается через JS */
+ display: flex;
flex-direction: column;
gap: 10px;
width: max-content;
@@ -398,7 +398,7 @@