From 9c6e3f5ec3974ba69e005667831af2a6794a5512 Mon Sep 17 00:00:00 2001 From: Milos Milic <124778054+MilosM348@users.noreply.github.com> Date: Thu, 28 May 2026 16:25:06 +0200 Subject: [PATCH] :bug: Fix Storybook docs and canvas pages missing scrollbar (#6049) (#9319) Signed-off-by: Andrey Antukh Co-authored-by: Andrey Antukh --- frontend/resources/templates/preview-head.mustache | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/resources/templates/preview-head.mustache b/frontend/resources/templates/preview-head.mustache index f5ba11ca7f..962b214f3b 100644 --- a/frontend/resources/templates/preview-head.mustache +++ b/frontend/resources/templates/preview-head.mustache @@ -7,5 +7,11 @@ #storybook-root { height: 100%; + overflow: auto; + } + + #storybook-docs { + height: 100%; + overflow: auto; }