фикс анкет

This commit is contained in:
Professional 2025-05-23 20:45:40 +07:00
parent da38ea2120
commit 277f044400

View File

@ -682,6 +682,7 @@ watch(suggestions, () => {
flex-direction: column;
position: relative;
overflow: hidden;
padding-bottom: var(--tabs-height, 56px); /* Добавляем отступ снизу, чтобы учесть высоту табов */
}
/* Состояния загрузки и ошибки */
@ -775,7 +776,7 @@ watch(suggestions, () => {
top: 0;
left: 0;
right: 0;
bottom: 0;
height: calc(100% - 16px); /* Ограничиваем высоту карточки, чтобы она не выходила за нижнюю границу */
border-radius: 16px;
background-color: white;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
@ -987,19 +988,8 @@ watch(suggestions, () => {
padding: 12px 16px;
border-top: 1px solid rgba(0, 0, 0, 0.05);
flex-shrink: 0;
}
.bio-container {
max-height: 80px;
overflow-y: auto;
scrollbar-width: thin;
-webkit-overflow-scrolling: touch;
}
.bio-text {
margin: 0;
line-height: 1.5;
color: #333;
max-height: 100px; /* Ограничиваем высоту секции с деталями */
overflow-y: auto; /* Добавляем прокрутку, если текст не помещается */
}
/* Кнопки действий */