fix(desktop): max height on edit tool calls
This commit is contained in:
parent
94e851c2a2
commit
5b02a3029e
1 changed files with 8 additions and 0 deletions
|
|
@ -245,6 +245,14 @@
|
||||||
|
|
||||||
[data-component="edit-content"] {
|
[data-component="edit-content"] {
|
||||||
border-top: 1px solid var(--border-weaker-base);
|
border-top: 1px solid var(--border-weaker-base);
|
||||||
|
max-height: 420px;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
|
scrollbar-width: none;
|
||||||
|
-ms-overflow-style: none;
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-component="write-content"] {
|
[data-component="write-content"] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue