0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-14 08:41:48 -05:00

Merge pull request #6025 from penpot/eva-fix-storybook-scroll

🐛 Fix scroll on storybook doc files
This commit is contained in:
Alejandro 2025-03-07 07:52:30 +01:00 committed by GitHub
commit 3d9fda7a21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 1 deletions

View file

@ -13,8 +13,9 @@
### :bug: Bugs fixed ### :bug: Bugs fixed
- Fix scroll on storybook docs [taiga #9962](https://tree.taiga.io/project/penpot/issue/9962)
- Navigate tracking event firing multiple times [Taiga #10415](https://tree.taiga.io/project/penpot/issue/10415) - Navigate tracking event firing multiple times [Taiga #10415](https://tree.taiga.io/project/penpot/issue/10415)
- Fix problem with selection colors [Taiga #](https://tree.taiga.io/project/penpot/issue/10376) - Fix problem with selection colors [Taiga #10376](https://tree.taiga.io/project/penpot/issue/10376)
## 2.5.1 ## 2.5.1

View file

@ -0,0 +1,9 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) KALEIDOS INC
.sb-show-main.sb-main-fullscreen {
overflow-y: auto;
}

View file

@ -13,6 +13,7 @@
@import "common/dependencies/fonts"; @import "common/dependencies/fonts";
@import "common/dependencies/animations"; @import "common/dependencies/animations";
@import "common/dependencies/highlight.scss"; @import "common/dependencies/highlight.scss";
@import "common/dependencies/storybook.scss";
@import "common/refactor/themes.scss"; @import "common/refactor/themes.scss";
@import "common/refactor/design-tokens.scss"; @import "common/refactor/design-tokens.scss";