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; background-color: #1a1a1a;
cursor: pointer; cursor: pointer;
transition: border-color 0.25s; transition: border-color 0.25s;
outline: 0;
} }
button:focus, button:focus,

View File

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