feat: Add search by users, members and labels

This commit is contained in:
Maksim Eltyshev
2022-08-17 00:53:08 +02:00
parent 45d2eede58
commit c3eb66913e
10 changed files with 195 additions and 47 deletions

View File

@@ -1,6 +1,22 @@
:global(#app) {
.menu {
margin: -7px auto -5px;
margin: 8px auto 0;
max-height: 320px;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;
width: 100%;
&::-webkit-scrollbar {
width: 5px;
}
&::-webkit-scrollbar-track {
background: transparent;
}
&::-webkit-scrollbar-thumb {
border-radius: 3px;
}
}
}