mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -05:00
🐛 Fix scroll in teams dropdown at dashboard
This commit is contained in:
parent
b4b12e68bf
commit
3ed593e4b6
2 changed files with 3 additions and 0 deletions
|
@ -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!)
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
z-index: 12;
|
||||
max-height: 30rem;
|
||||
min-width: 230px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.options-dropdown {
|
||||
|
|
Loading…
Add table
Reference in a new issue