This commit is contained in:
Andrey Kondratev
2025-08-29 10:57:50 +05:00
parent 6bde4bfd4c
commit b483ed71f2
11 changed files with 106 additions and 50 deletions

View File

@@ -67,6 +67,7 @@ body {
.tg-content {
flex: 1;
padding: var(--tg-spacing-lg);
padding-bottom: 140px;
display: flex;
flex-direction: column;
gap: var(--tg-spacing-xl);
@@ -74,9 +75,17 @@ body {
/* Form components */
.tg-form {
position: fixed;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
gap: var(--tg-spacing-md);
padding: var(--tg-spacing-lg);
background: var(--tg-color-bg);
border-top: 1px solid var(--tg-color-secondary-bg);
z-index: 100;
}
.tg-input-wrapper {