update chat wrapper

This commit is contained in:
Zhang Minghan 2023-07-19 17:17:31 +08:00
parent a0f85ad139
commit 08e607e5a6
2 changed files with 3 additions and 2 deletions

View File

@ -57,6 +57,7 @@ button {
background-color: #1a1a1a;
cursor: pointer;
transition: border-color 0.25s;
outline: 0;
}
button:focus,

View File

@ -71,8 +71,8 @@ onMounted(() => {
flex-direction: column;
justify-content: space-between;
width: 100%;
height: calc(100% - 86px);
max-height: calc(100% - 86px);
height: calc(80vh - 86px);
max-height: calc(80vh - 86px);
overflow-x: hidden;
overflow-y: auto;
overscroll-behavior: contain;