🐛 Fix Storybook docs and canvas pages missing scrollbar (#6049) (#9319)

Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
Milos Milic 2026-05-28 16:25:06 +02:00 committed by GitHub
parent 78597374ab
commit 9c6e3f5ec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,5 +7,11 @@
#storybook-root {
height: 100%;
overflow: auto;
}
#storybook-docs {
height: 100%;
overflow: auto;
}
</style>