From a9b321a5bd739c2d877d03b47e399b8a00b8fb3b Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 19 May 2025 04:33:56 -0700 Subject: [PATCH] Force allow Graph View toolbar to expand vertically to fit content (view type message) if needed The toolbar will look the same on larger screens, but will expand if there is no room to fill everything PiperOrigin-RevId: 760568457 --- src/app/toolbar.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/toolbar.scss b/src/app/toolbar.scss index eca08bd..85d0730 100644 --- a/src/app/toolbar.scss +++ b/src/app/toolbar.scss @@ -23,9 +23,10 @@ } // allow the toolbar to scroll at high zoom levels -.ai-dag-toolbar { - overflow-x: scroll; +:host { + overflow-x: auto; overflow-y: hidden; + flex-shrink: 0; } .toolbar {