chat scroll trial 2 / css tweaks

This commit is contained in:
YasinOnm08 2024-10-01 11:37:53 +02:00
parent 853967f8e7
commit b12eb25d78
4 changed files with 19 additions and 18 deletions

View file

@ -4,6 +4,7 @@
grid-row: 1 / 4;
background-color: var(--output-background-color);
margin: 1em;
margin-bottom: 0;
padding-bottom: 14dvh;
display: flex;
flex-direction: column;
@ -11,7 +12,7 @@
font-size: 1em;
overflow-y: auto;
width: calc(100% - 2em); /* Corrected calculation for width */
height: 90dvh;
height: 86dvh;
}
#conversation {