From 0eaed0b6da8e5b230d521fca3e29b224b7cc99ee Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Sat, 8 Nov 2025 23:19:27 +0000 Subject: [PATCH] adjust tool-call copy header stacking --- src/styles/components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components.css b/src/styles/components.css index 7bcf8f18..6216891c 100644 --- a/src/styles/components.css +++ b/src/styles/components.css @@ -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); }