adjust tool-call copy header stacking

This commit is contained in:
Shantur Rathore
2025-11-08 23:19:27 +00:00
parent c9ef192ef2
commit 0eaed0b6da

View File

@@ -900,7 +900,7 @@ button.button-primary {
.tool-call-markdown .code-block-header {
position: sticky;
top: 0;
z-index: 2;
z-index: auto;
box-shadow: 0 1px 0 var(--border-base);
}