фикс анкет
This commit is contained in:
parent
da38ea2120
commit
277f044400
@ -682,6 +682,7 @@ watch(suggestions, () => {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding-bottom: var(--tabs-height, 56px); /* Добавляем отступ снизу, чтобы учесть высоту табов */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Состояния загрузки и ошибки */
|
/* Состояния загрузки и ошибки */
|
||||||
@ -775,7 +776,7 @@ watch(suggestions, () => {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
height: calc(100% - 16px); /* Ограничиваем высоту карточки, чтобы она не выходила за нижнюю границу */
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
||||||
@ -987,19 +988,8 @@ watch(suggestions, () => {
|
|||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.05);
|
border-top: 1px solid rgba(0, 0, 0, 0.05);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
max-height: 100px; /* Ограничиваем высоту секции с деталями */
|
||||||
|
overflow-y: auto; /* Добавляем прокрутку, если текст не помещается */
|
||||||
.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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Кнопки действий */
|
/* Кнопки действий */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user