From 8754b15ad0d047d04633d893d3c99df975363eb9 Mon Sep 17 00:00:00 2001 From: Petras Date: Fri, 28 Feb 2025 10:19:59 +0200 Subject: [PATCH] Dot not allow "Save Altair Chart" icon to be collapsed --- notebook/override.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/notebook/override.css b/notebook/override.css index 162df5a..aaac295 100644 --- a/notebook/override.css +++ b/notebook/override.css @@ -51,4 +51,8 @@ div.cell.selected.jupyter-soft-selected:before { height: calc(100% + 2px); content: ''; background: #2DB998; -} \ No newline at end of file +} + +.vega-embed.has-actions > details { + flex-shrink: 0; +}