mirror of
https://github.com/coaidev/coai.git
synced 2025-05-23 06:50:14 +09:00
update chat wrapper
This commit is contained in:
parent
a0f85ad139
commit
08e607e5a6
@ -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,
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user