1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-07-26 20:07:14 +02:00

🐛 Fix storybook icons list scroll

This commit is contained in:
Eva Marco 2025-03-10 13:47:52 +01:00 committed by Alejandro Alonso
parent 3d9fda7a21
commit e20adda766
2 changed files with 3 additions and 1 deletions
CHANGES.md
frontend/resources/styles/common/dependencies

View file

@ -16,6 +16,7 @@
- Fix scroll on storybook docs [taiga #9962](https://tree.taiga.io/project/penpot/issue/9962) - 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 #10376](https://tree.taiga.io/project/penpot/issue/10376) - Fix problem with selection colors [Taiga #10376](https://tree.taiga.io/project/penpot/issue/10376)
- Fix scroll on storybook icons list [taiga #9962](https://tree.taiga.io/project/penpot/issue/9962)
## 2.5.1 ## 2.5.1

View file

@ -4,6 +4,7 @@
// //
// Copyright (c) KALEIDOS INC // Copyright (c) KALEIDOS INC
.sb-show-main.sb-main-fullscreen { .sb-show-main.sb-main-fullscreen,
.sb-show-main.sb-main-padded {
overflow-y: auto; overflow-y: auto;
} }