🐛 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

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