forked from React-Group/interstellar_ai
chat scroll trial 2 / css tweaks
This commit is contained in:
parent
853967f8e7
commit
b12eb25d78
4 changed files with 19 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue