fix: max height on bash tool

This commit is contained in:
Adam 2025-12-12 16:10:13 -06:00 committed by Aiden Cline
commit 11100c4ba2
2 changed files with 17 additions and 1 deletions

View file

@ -84,6 +84,22 @@
margin: 0;
padding: 0;
}
&[data-scrollable] {
height: auto;
max-height: 240px;
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;
&::-webkit-scrollbar {
display: none;
}
[data-component="markdown"] {
overflow: visible;
}
}
}
[data-component="edit-trigger"],