feat: search debounce

This commit is contained in:
afn
2022-11-27 12:21:58 -05:00
parent 7509a724b3
commit fc0ce3332a
3 changed files with 44 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
<style>
.menu {
height: calc(100vh - 70px);
height: calc(100vh - 60px);
width: 100%;
padding: 0px 30px 30px 10px;
display: flex;
@@ -17,6 +17,13 @@
overflow-y: scroll;
}
.menu::-webkit-scrollbar-thumb {
background-color: transparent;
}
.menu:hover::-webkit-scrollbar-thumb {
background-color: var(--accent-color);
}
.package-list {
margin-top: 0.75rem;
display: flex;