fix(desktop): max height on edit tool calls
parent
94e851c2a2
commit
5b02a3029e
|
|
@ -245,6 +245,14 @@
|
|||
|
||||
[data-component="edit-content"] {
|
||||
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"] {
|
||||
|
|
|
|||
Loading…
Reference in New Issue