mirror of
https://github.com/coaidev/coai.git
synced 2025-05-21 22:10:12 +09:00
update chat wrapper
This commit is contained in:
parent
a0f85ad139
commit
08e607e5a6
@ -57,6 +57,7 @@ button {
|
||||
background-color: #1a1a1a;
|
||||
cursor: pointer;
|
||||
transition: border-color 0.25s;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
button:focus,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user