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

@ -1,7 +1,7 @@
.history-background {
grid-column: 1/2;
grid-row: 1/2;
height: 40dvh;
height: 35dvh;
overflow: hidden;
background-color: var(--history-background-color);
padding: 1em;
@ -40,6 +40,6 @@
.history-models{
position: relative;
height: 90dvh;
height: 86dvh;
/* padding-bottom: 3dvh; */
}