0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 09:38:56 -05:00

🐛 Fix scroll in teams dropdown at dashboard

This commit is contained in:
Andrés Moya 2021-07-15 16:43:03 +02:00 committed by Andrey Antukh
parent b4b12e68bf
commit 3ed593e4b6
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,8 @@
### :bug: Bugs fixed
- Add scroll bar to Teams menu [Taiga #1894](https://tree.taiga.io/project/penpot/issue/1894).
### :arrow_up: Deps updates
### :boom: Breaking changes
### :heart: Community contributions by (Thank you!)

View file

@ -38,6 +38,7 @@
z-index: 12;
max-height: 30rem;
min-width: 230px;
overflow-y: auto;
}
.options-dropdown {